Html Css Color HEX #765E06 Raw Umber

📋 copy color: '#765E06'

red 118 ◦ green 94 ◦ blue 6

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

Shades of Raw Umber #765E06

Tints of Raw Umber #765E06

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.12%

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

R = 54.13%
G = 43.12%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#765E06 (or 0x765E06) is known color: Raw Umber. HEX triplet: 76, 5E and 06. RGB value is (118,94,6). Sum of RGB (Red+Green+Blue) = 118+94+6=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #765E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765E06 is #89A1F9. Grayscale: #5B5B5B. Windows color (decimal): -9019898 or 417398. OLE color: 417398.

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

Color convert

RGB 118 94 6 -
CMYK 0 0.20 0.95 0.54
HSL 47.14º 0.9% 0.24% -
HSV(B) 47.14º 0.95% 0.46% -
XYZ 11.51 11.87 1.86 -
YUV 91.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 118 94 6 0 0.20 0.95 0.54 47.14 0.9 0.24
Hex 76 5E 6 0 14 5F 36 2F 5A 18
Octal 166 136 6 0 24 137 66 57 132 30
Binary 1110110 1011110 110 0 10100 1011111 110110 101111 1011010 11000

Color Harmonies of #765E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E06

Black with #765E06

Text Example


Text Example

White with #765E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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