Html Css Color HEX #764406 Raw Umber

📋 copy color: '#764406'

red 118 ◦ green 68 ◦ blue 6

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

Shades of Raw Umber #764406

Tints of Raw Umber #764406

RGB

 RED value IS 118 (46.48% from 255) = 61.46%

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

 BLUE value IS 6 (2.73% from 255) = 3.13%

R = 61.46%
G = 35.42%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#764406 (or 0x764406) is known color: Raw Umber. HEX triplet: 76, 44 and 06. RGB value is (118,68,6). Sum of RGB (Red+Green+Blue) = 118+68+6=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #764406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764406 is #89BBF9. Grayscale: #4C4C4C. Windows color (decimal): -9026554 or 410742. OLE color: 410742.

HSL color Cylindrical-coordinate representation of color #764406: hue angle of 33.21º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #764406 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 68 6 -
CMYK 0 0.42 0.95 0.54
HSL 33.21º 0.9% 0.24% -
HSV(B) 33.21º 0.95% 0.46% -
XYZ 9.57 8 1.21 -
YUV 75.88 88.57 158.04 -
System Red Green Blue C M Y K H S L
Decimal 118 68 6 0 0.42 0.95 0.54 33.21 0.9 0.24
Hex 76 44 6 0 2A 5F 36 21 5A 18
Octal 166 104 6 0 52 137 66 41 132 30
Binary 1110110 1000100 110 0 101010 1011111 110110 100001 1011010 11000

Color Harmonies of #764406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764406

Black with #764406

Text Example


Text Example

White with #764406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764406; }

 p { color: rgb(118,68,6); }

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

background-color css

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

 a { background-color: rgb(118,68,6); }

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

border-color css

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

 span { border-color: rgb(118,68,6); }

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