Html Css Color HEX #764C06 Raw Umber

📋 copy color: '#764C06'

red 118 ◦ green 76 ◦ blue 6

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

Shades of Raw Umber #764C06

Tints of Raw Umber #764C06

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38%

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

R = 59%
G = 38%
B = 3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#764C06 (or 0x764C06) is known color: Raw Umber. HEX triplet: 76, 4C and 06. RGB value is (118,76,6). Sum of RGB (Red+Green+Blue) = 118+76+6=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #764C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764C06 is #89B3F9. Grayscale: #505050. Windows color (decimal): -9024506 or 412790. OLE color: 412790.

HSL color Cylindrical-coordinate representation of color #764C06: hue angle of 37.5º 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 #764C06 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 76 6 -
CMYK 0 0.36 0.95 0.54
HSL 37.5º 0.9% 0.24% -
HSV(B) 37.5º 0.95% 0.46% -
XYZ 10.09 9.03 1.38 -
YUV 80.58 85.91 154.69 -
System Red Green Blue C M Y K H S L
Decimal 118 76 6 0 0.36 0.95 0.54 37.5 0.9 0.24
Hex 76 4C 6 0 24 5F 36 26 5A 18
Octal 166 114 6 0 44 137 66 46 132 30
Binary 1110110 1001100 110 0 100100 1011111 110110 100110 1011010 11000

Color Harmonies of #764C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C06

Black with #764C06

Text Example


Text Example

White with #764C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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