Html Css Color HEX #694308 Raw Umber

📋 copy color: '#694308'

red 105 ◦ green 67 ◦ blue 8

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

Shades of Raw Umber #694308

Tints of Raw Umber #694308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.22%

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

R = 58.33%
G = 37.22%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#694308 (or 0x694308) is known color: Raw Umber. HEX triplet: 69, 43 and 08. RGB value is (105,67,8). Sum of RGB (Red+Green+Blue) = 105+67+8=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #694308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694308 is #96BCF7. Grayscale: #474747. Windows color (decimal): -9878776 or 541545. OLE color: 541545.

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

Color convert

RGB 105 67 8 -
CMYK 0 0.36 0.92 0.59
HSL 36.49º 0.86% 0.22% -
HSV(B) 36.49º 0.92% 0.41% -
XYZ 7.88 7.04 1.17 -
YUV 71.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 105 67 8 0 0.36 0.92 0.59 36.49 0.86 0.22
Hex 69 43 8 0 24 5C 3B 24 56 16
Octal 151 103 10 0 44 134 73 44 126 26
Binary 1101001 1000011 1000 0 100100 1011100 111011 100100 1010110 10110

Color Harmonies of #694308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694308

Black with #694308

Text Example


Text Example

White with #694308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694308; }

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

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

background-color css

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

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

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

border-color css

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

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

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