Html Css Color HEX #764310 Raw Umber

📋 copy color: '#764310'

red 118 ◦ green 67 ◦ blue 16

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

Shades of Raw Umber #764310

Tints of Raw Umber #764310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 58.71%
G = 33.33%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#764310 (or 0x764310) is known color: Raw Umber. HEX triplet: 76, 43 and 10. RGB value is (118,67,16). Sum of RGB (Red+Green+Blue) = 118+67+16=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #764310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764310 is #89BCEF. Grayscale: #4C4C4C. Windows color (decimal): -9026800 or 1065846. OLE color: 1065846.

HSL color Cylindrical-coordinate representation of color #764310: hue angle of 30º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #764310 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 67 16 -
CMYK 0 0.43 0.86 0.54
HSL 30º 0.76% 0.26% -
HSV(B) 30º 0.86% 0.46% -
XYZ 9.57 7.9 1.51 -
YUV 76.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 118 67 16 0 0.43 0.86 0.54 30 0.76 0.26
Hex 76 43 10 0 2B 56 36 1E 4C 1A
Octal 166 103 20 0 53 126 66 36 114 32
Binary 1110110 1000011 10000 0 101011 1010110 110110 11110 1001100 11010

Color Harmonies of #764310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764310

Black with #764310

Text Example


Text Example

White with #764310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764310; }

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

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

background-color css

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

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

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

border-color css

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

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

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