Html Css Color HEX #695608 Raw Umber

📋 copy color: '#695608'

red 105 ◦ green 86 ◦ blue 8

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

Shades of Raw Umber #695608

Tints of Raw Umber #695608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.22%

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

R = 52.76%
G = 43.22%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#695608 (or 0x695608) is known color: Raw Umber. HEX triplet: 69, 56 and 08. RGB value is (105,86,8). Sum of RGB (Red+Green+Blue) = 105+86+8=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #695608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695608 is #96A9F7. Grayscale: #535353. Windows color (decimal): -9873912 or 546409. OLE color: 546409.

HSL color Cylindrical-coordinate representation of color #695608: hue angle of 48.25º 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 #695608 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 86 8 -
CMYK 0 0.18 0.92 0.59
HSL 48.25º 0.86% 0.22% -
HSV(B) 48.25º 0.92% 0.41% -
XYZ 9.2 9.68 1.61 -
YUV 82.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 105 86 8 0 0.18 0.92 0.59 48.25 0.86 0.22
Hex 69 56 8 0 12 5C 3B 30 56 16
Octal 151 126 10 0 22 134 73 60 126 26
Binary 1101001 1010110 1000 0 10010 1011100 111011 110000 1010110 10110

Color Harmonies of #695608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695608

Black with #695608

Text Example


Text Example

White with #695608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695608; }

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

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

background-color css

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

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

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

border-color css

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

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

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