Html Css Color HEX #695408 Raw Umber

📋 copy color: '#695408'

red 105 ◦ green 84 ◦ blue 8

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

Shades of Raw Umber #695408

Tints of Raw Umber #695408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.64%

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

R = 53.3%
G = 42.64%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#695408 (or 0x695408) is known color: Raw Umber. HEX triplet: 69, 54 and 08. RGB value is (105,84,8). Sum of RGB (Red+Green+Blue) = 105+84+8=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #695408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695408 is #96ABF7. Grayscale: #515151. Windows color (decimal): -9874424 or 545897. OLE color: 545897.

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

Color convert

RGB 105 84 8 -
CMYK 0 0.20 0.92 0.59
HSL 47.01º 0.86% 0.22% -
HSV(B) 47.01º 0.92% 0.41% -
XYZ 9.04 9.36 1.56 -
YUV 81.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 105 84 8 0 0.20 0.92 0.59 47.01 0.86 0.22
Hex 69 54 8 0 14 5C 3B 2F 56 16
Octal 151 124 10 0 24 134 73 57 126 26
Binary 1101001 1010100 1000 0 10100 1011100 111011 101111 1010110 10110

Color Harmonies of #695408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695408

Black with #695408

Text Example


Text Example

White with #695408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695408; }

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

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

background-color css

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

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

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

border-color css

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

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

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