Html Css Color HEX #694408 Raw Umber

📋 copy color: '#694408'

red 105 ◦ green 68 ◦ blue 8

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

Shades of Raw Umber #694408

Tints of Raw Umber #694408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.57%

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

R = 58.01%
G = 37.57%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#694408 (or 0x694408) is known color: Raw Umber. HEX triplet: 69, 44 and 08. RGB value is (105,68,8). Sum of RGB (Red+Green+Blue) = 105+68+8=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #694408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694408 is #96BBF7. Grayscale: #484848. Windows color (decimal): -9878520 or 541801. OLE color: 541801.

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

Color convert

RGB 105 68 8 -
CMYK 0 0.35 0.92 0.59
HSL 37.11º 0.86% 0.22% -
HSV(B) 37.11º 0.92% 0.41% -
XYZ 7.94 7.16 1.19 -
YUV 72.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 105 68 8 0 0.35 0.92 0.59 37.11 0.86 0.22
Hex 69 44 8 0 23 5C 3B 25 56 16
Octal 151 104 10 0 43 134 73 45 126 26
Binary 1101001 1000100 1000 0 100011 1011100 111011 100101 1010110 10110

Color Harmonies of #694408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694408

Black with #694408

Text Example


Text Example

White with #694408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694408; }

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

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

background-color css

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

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

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

border-color css

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

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

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