Html Css Color HEX #764306 Raw Umber

📋 copy color: '#764306'

red 118 ◦ green 67 ◦ blue 6

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

Shades of Raw Umber #764306

Tints of Raw Umber #764306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.08%

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

R = 61.78%
G = 35.08%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#764306 (or 0x764306) is known color: Raw Umber. HEX triplet: 76, 43 and 06. RGB value is (118,67,6). Sum of RGB (Red+Green+Blue) = 118+67+6=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #764306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764306 is #89BCF9. Grayscale: #4B4B4B. Windows color (decimal): -9026810 or 410486. OLE color: 410486.

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

Color convert

RGB 118 67 6 -
CMYK 0 0.43 0.95 0.54
HSL 32.68º 0.9% 0.24% -
HSV(B) 32.68º 0.95% 0.46% -
XYZ 9.51 7.88 1.19 -
YUV 75.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 118 67 6 0 0.43 0.95 0.54 32.68 0.9 0.24
Hex 76 43 6 0 2B 5F 36 21 5A 18
Octal 166 103 6 0 53 137 66 41 132 30
Binary 1110110 1000011 110 0 101011 1011111 110110 100001 1011010 11000

Color Harmonies of #764306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764306

Black with #764306

Text Example


Text Example

White with #764306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764306; }

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

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

background-color css

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

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

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

border-color css

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

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

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