Html Css Color HEX #764100 Raw Umber

📋 copy color: '#764100'

red 118 ◦ green 65 ◦ blue 0

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

Shades of Raw Umber #764100

Tints of Raw Umber #764100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.48%
G = 35.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#764100 (or 0x764100) is known color: Raw Umber. HEX triplet: 76, 41 and 00. RGB value is (118,65,0). Sum of RGB (Red+Green+Blue) = 118+65+0=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #764100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764100 is #89BEFF. Grayscale: #494949. Windows color (decimal): -9027328 or 16758. OLE color: 16758.

HSL color Cylindrical-coordinate representation of color #764100: hue angle of 33.05º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #764100 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 0 -
CMYK 0 0.45 1 0.54
HSL 33.05º 1% 0.23% -
HSV(B) 33.05º 1% 0.46% -
XYZ 9.36 7.63 0.98 -
YUV 73.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 118 65 0 0 0.45 1 0.54 33.05 1 0.23
Hex 76 41 0 0 2D 64 36 21 64 17
Octal 166 101 0 0 55 144 66 41 144 27
Binary 1110110 1000001 0 0 101101 1100100 110110 100001 1100100 10111

Color Harmonies of #764100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764100

Black with #764100

Text Example


Text Example

White with #764100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764100; }

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

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

background-color css

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

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

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

border-color css

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

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

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