Html Css Color HEX #765306 Raw Umber

📋 copy color: '#765306'

red 118 ◦ green 83 ◦ blue 6

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

Shades of Raw Umber #765306

Tints of Raw Umber #765306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.1%

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

R = 57%
G = 40.1%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#765306 (or 0x765306) is known color: Raw Umber. HEX triplet: 76, 53 and 06. RGB value is (118,83,6). Sum of RGB (Red+Green+Blue) = 118+83+6=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #765306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765306 is #89ACF9. Grayscale: #555555. Windows color (decimal): -9022714 or 414582. OLE color: 414582.

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

Color convert

RGB 118 83 6 -
CMYK 0 0.30 0.95 0.54
HSL 41.25º 0.9% 0.24% -
HSV(B) 41.25º 0.95% 0.46% -
XYZ 10.6 10.05 1.55 -
YUV 84.69 83.6 151.76 -
System Red Green Blue C M Y K H S L
Decimal 118 83 6 0 0.30 0.95 0.54 41.25 0.9 0.24
Hex 76 53 6 0 1E 5F 36 29 5A 18
Octal 166 123 6 0 36 137 66 51 132 30
Binary 1110110 1010011 110 0 11110 1011111 110110 101001 1011010 11000

Color Harmonies of #765306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765306

Black with #765306

Text Example


Text Example

White with #765306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765306; }

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

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

background-color css

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

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

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

border-color css

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

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

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