Html Css Color HEX #765206 Raw Umber

📋 copy color: '#765206'

red 118 ◦ green 82 ◦ blue 6

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

Shades of Raw Umber #765206

Tints of Raw Umber #765206

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.81%

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

R = 57.28%
G = 39.81%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#765206 (or 0x765206) is known color: Raw Umber. HEX triplet: 76, 52 and 06. RGB value is (118,82,6). Sum of RGB (Red+Green+Blue) = 118+82+6=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #765206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765206 is #89ADF9. Grayscale: #545454. Windows color (decimal): -9022970 or 414326. OLE color: 414326.

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

Color convert

RGB 118 82 6 -
CMYK 0 0.31 0.95 0.54
HSL 40.71º 0.9% 0.24% -
HSV(B) 40.71º 0.95% 0.46% -
XYZ 10.52 9.9 1.53 -
YUV 84.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 118 82 6 0 0.31 0.95 0.54 40.71 0.9 0.24
Hex 76 52 6 0 1F 5F 36 29 5A 18
Octal 166 122 6 0 37 137 66 51 132 30
Binary 1110110 1010010 110 0 11111 1011111 110110 101001 1011010 11000

Color Harmonies of #765206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765206

Black with #765206

Text Example


Text Example

White with #765206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765206; }

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

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

background-color css

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

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

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

border-color css

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

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

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