Html Css Color HEX #764416 Raw Umber

📋 copy color: '#764416'

red 118 ◦ green 68 ◦ blue 22

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

Shades of Raw Umber #764416

Tints of Raw Umber #764416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.69%

 BLUE value IS 22 (8.98% from 255) = 10.58%

R = 56.73%
G = 32.69%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#764416 (or 0x764416) is known color: Raw Umber. HEX triplet: 76, 44 and 16. RGB value is (118,68,22). Sum of RGB (Red+Green+Blue) = 118+68+22=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #764416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764416 is #89BBE9. Grayscale: #4D4D4D. Windows color (decimal): -9026538 or 1459318. OLE color: 1459318.

HSL color Cylindrical-coordinate representation of color #764416: hue angle of 28.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #764416 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 68 22 -
CMYK 0 0.42 0.81 0.54
HSL 28.75º 0.69% 0.27% -
HSV(B) 28.75º 0.81% 0.46% -
XYZ 9.68 8.04 1.8 -
YUV 77.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 118 68 22 0 0.42 0.81 0.54 28.75 0.69 0.27
Hex 76 44 16 0 2A 51 36 1D 45 1B
Octal 166 104 26 0 52 121 66 35 105 33
Binary 1110110 1000100 10110 0 101010 1010001 110110 11101 1000101 11011

Color Harmonies of #764416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764416

Black with #764416

Text Example


Text Example

White with #764416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764416; }

 p { color: rgb(118,68,22); }

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

background-color css

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

 a { background-color: rgb(118,68,22); }

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

border-color css

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

 span { border-color: rgb(118,68,22); }

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