Html Css Color HEX #695800 Raw Umber

📋 copy color: '#695800'

red 105 ◦ green 88 ◦ blue 0

#695800
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #695800

Tints of Raw Umber #695800

RGB

 RED value IS 105 (41.41% from 255) = 54.4%

 GREEN value IS 88 (34.77% from 255) = 45.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.4%
G = 45.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#695800 (or 0x695800) is known color: Raw Umber. HEX triplet: 69, 58 and 00. RGB value is (105,88,0). Sum of RGB (Red+Green+Blue) = 105+88+0=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #695800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695800 is #96A7FF. Grayscale: #535353. Windows color (decimal): -9873408 or 22633. OLE color: 22633.

HSL color Cylindrical-coordinate representation of color #695800: hue angle of 50.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #695800 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 88 0 -
CMYK 0 0.16 1 0.59
HSL 50.29º 1% 0.21% -
HSV(B) 50.29º 1% 0.41% -
XYZ 9.32 9.98 1.44 -
YUV 83.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 105 88 0 0 0.16 1 0.59 50.29 1 0.21
Hex 69 58 0 0 10 64 3B 32 64 15
Octal 151 130 0 0 20 144 73 62 144 25
Binary 1101001 1011000 0 0 10000 1100100 111011 110010 1100100 10101

Color Harmonies of #695800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695800

Black with #695800

Text Example


Text Example

White with #695800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695800; }

 p { color: rgb(105,88,0); }

 H1.HeaderClassName
 {
   color: #695800;
 }
 .AnyTagClassName
 {
   color: #695800;
 }
</style>

background-color css

<style>
 a { background-color: #695800; }

 a { background-color: rgb(105,88,0); }

 div.DivClassName
 {
   background-color: #695800;
 }
 .BgClassName
 {
   background-color: #695800;
 }
</style>

border-color css

<style>
 span { border-color: #695800; }

 span { border-color: rgb(105,88,0); }

 td.TdClassName
 {
   border-color: #695800;
 }
 .TagClassName
 {
   border-color: #695800;
 }
</style>