Html Css Color HEX #764606 Raw Umber

📋 copy color: '#764606'

red 118 ◦ green 70 ◦ blue 6

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

Shades of Raw Umber #764606

Tints of Raw Umber #764606

RGB

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

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

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

R = 60.82%
G = 36.08%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#764606 (or 0x764606) is known color: Raw Umber. HEX triplet: 76, 46 and 06. RGB value is (118,70,6). Sum of RGB (Red+Green+Blue) = 118+70+6=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #764606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764606 is #89B9F9. Grayscale: #4D4D4D. Windows color (decimal): -9026042 or 411254. OLE color: 411254.

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

Color convert

RGB 118 70 6 -
CMYK 0 0.41 0.95 0.54
HSL 34.29º 0.9% 0.24% -
HSV(B) 34.29º 0.95% 0.46% -
XYZ 9.69 8.25 1.25 -
YUV 77.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 118 70 6 0 0.41 0.95 0.54 34.29 0.9 0.24
Hex 76 46 6 0 29 5F 36 22 5A 18
Octal 166 106 6 0 51 137 66 42 132 30
Binary 1110110 1000110 110 0 101001 1011111 110110 100010 1011010 11000

Color Harmonies of #764606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764606

Black with #764606

Text Example


Text Example

White with #764606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764606; }

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

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

background-color css

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

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

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

border-color css

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

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

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