Html Css Color HEX #695C08 Raw Umber

📋 copy color: '#695C08'

red 105 ◦ green 92 ◦ blue 8

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

Shades of Raw Umber #695C08

Tints of Raw Umber #695C08

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.88%

 BLUE value IS 8 (3.52% from 255) = 3.9%

R = 51.22%
G = 44.88%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#695C08 (or 0x695C08) is known color: Raw Umber. HEX triplet: 69, 5C and 08. RGB value is (105,92,8). Sum of RGB (Red+Green+Blue) = 105+92+8=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #695C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695C08 is #96A3F7. Grayscale: #565656. Windows color (decimal): -9872376 or 547945. OLE color: 547945.

HSL color Cylindrical-coordinate representation of color #695C08: hue angle of 51.96º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #695C08 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 92 8 -
CMYK 0 0.12 0.92 0.59
HSL 51.96º 0.86% 0.22% -
HSV(B) 51.96º 0.92% 0.41% -
XYZ 9.7 10.68 1.78 -
YUV 86.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 105 92 8 0 0.12 0.92 0.59 51.96 0.86 0.22
Hex 69 5C 8 0 C 5C 3B 34 56 16
Octal 151 134 10 0 14 134 73 64 126 26
Binary 1101001 1011100 1000 0 1100 1011100 111011 110100 1010110 10110

Color Harmonies of #695C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C08

Black with #695C08

Text Example


Text Example

White with #695C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695C08; }

 p { color: rgb(105,92,8); }

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

background-color css

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

 a { background-color: rgb(105,92,8); }

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

border-color css

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

 span { border-color: rgb(105,92,8); }

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