Html Css Color HEX #764111 Raw Umber

📋 copy color: '#764111'

red 118 ◦ green 65 ◦ blue 17

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

Shades of Raw Umber #764111

Tints of Raw Umber #764111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.5%

 BLUE value IS 17 (7.03% from 255) = 8.5%

R = 59%
G = 32.5%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#764111 (or 0x764111) is known color: Raw Umber. HEX triplet: 76, 41 and 11. RGB value is (118,65,17). Sum of RGB (Red+Green+Blue) = 118+65+17=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #764111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764111 is #89BEEE. Grayscale: #4B4B4B. Windows color (decimal): -9027311 or 1130870. OLE color: 1130870.

HSL color Cylindrical-coordinate representation of color #764111: hue angle of 28.51º degrees, saturation: 0.75, 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 #764111 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 17 -
CMYK 0 0.45 0.86 0.54
HSL 28.51º 0.75% 0.26% -
HSV(B) 28.51º 0.86% 0.46% -
XYZ 9.46 7.67 1.51 -
YUV 75.38 95.06 158.4 -
System Red Green Blue C M Y K H S L
Decimal 118 65 17 0 0.45 0.86 0.54 28.51 0.75 0.26
Hex 76 41 11 0 2D 56 36 1D 4B 1A
Octal 166 101 21 0 55 126 66 35 113 32
Binary 1110110 1000001 10001 0 101101 1010110 110110 11101 1001011 11010

Color Harmonies of #764111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764111

Black with #764111

Text Example


Text Example

White with #764111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764111; }

 p { color: rgb(118,65,17); }

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

background-color css

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

 a { background-color: rgb(118,65,17); }

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

border-color css

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

 span { border-color: rgb(118,65,17); }

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