Html Css Color HEX #645900 Raw Umber

📋 copy color: '#645900'

red 100 ◦ green 89 ◦ blue 0

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

Shades of Raw Umber #645900

Tints of Raw Umber #645900

RGB

 RED value IS 100 (39.45% from 255) = 52.91%

 GREEN value IS 89 (35.16% from 255) = 47.09%

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

R = 52.91%
G = 47.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#645900 (or 0x645900) is known color: Raw Umber. HEX triplet: 64, 59 and 00. RGB value is (100,89,0). Sum of RGB (Red+Green+Blue) = 100+89+0=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #645900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645900 is #9BA6FF. Grayscale: #525252. Windows color (decimal): -10200832 or 22884. OLE color: 22884.

HSL color Cylindrical-coordinate representation of color #645900: hue angle of 53.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #645900 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 89 0 -
CMYK 0 0.11 1 0.61
HSL 53.4º 1% 0.2% -
HSV(B) 53.4º 1% 0.39% -
XYZ 8.83 9.85 1.44 -
YUV 82.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 100 89 0 0 0.11 1 0.61 53.4 1 0.2
Hex 64 59 0 0 B 64 3D 35 64 14
Octal 144 131 0 0 13 144 75 65 144 24
Binary 1100100 1011001 0 0 1011 1100100 111101 110101 1100100 10100

Color Harmonies of #645900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645900

Black with #645900

Text Example


Text Example

White with #645900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645900; }

 p { color: rgb(100,89,0); }

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

background-color css

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

 a { background-color: rgb(100,89,0); }

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

border-color css

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

 span { border-color: rgb(100,89,0); }

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