Html Css Color HEX #764600 Raw Umber

📋 copy color: '#764600'

red 118 ◦ green 70 ◦ blue 0

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

Shades of Raw Umber #764600

Tints of Raw Umber #764600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.77%
G = 37.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#764600 (or 0x764600) is known color: Raw Umber. HEX triplet: 76, 46 and 00. RGB value is (118,70,0). Sum of RGB (Red+Green+Blue) = 118+70+0=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #764600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764600 is #89B9FF. Grayscale: #4C4C4C. Windows color (decimal): -9026048 or 18038. OLE color: 18038.

HSL color Cylindrical-coordinate representation of color #764600: hue angle of 35.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #764600 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 0 -
CMYK 0 0.41 1 0.54
HSL 35.59º 1% 0.23% -
HSV(B) 35.59º 1% 0.46% -
XYZ 9.66 8.23 1.08 -
YUV 76.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 118 70 0 0 0.41 1 0.54 35.59 1 0.23
Hex 76 46 0 0 29 64 36 24 64 17
Octal 166 106 0 0 51 144 66 44 144 27
Binary 1110110 1000110 0 0 101001 1100100 110110 100100 1100100 10111

Color Harmonies of #764600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764600

Black with #764600

Text Example


Text Example

White with #764600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764600; }

 p { color: rgb(118,70,0); }

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

background-color css

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

 a { background-color: rgb(118,70,0); }

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

border-color css

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

 span { border-color: rgb(118,70,0); }

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