Html Css Color HEX #645400 Raw Umber

📋 copy color: '#645400'

red 100 ◦ green 84 ◦ blue 0

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

Shades of Raw Umber #645400

Tints of Raw Umber #645400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.65%

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

R = 54.35%
G = 45.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#645400 (or 0x645400) is known color: Raw Umber. HEX triplet: 64, 54 and 00. RGB value is (100,84,0). Sum of RGB (Red+Green+Blue) = 100+84+0=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #645400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645400 is #9BABFF. Grayscale: #4F4F4F. Windows color (decimal): -10202112 or 21604. OLE color: 21604.

HSL color Cylindrical-coordinate representation of color #645400: hue angle of 50.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 #645400 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 84 0 -
CMYK 0 0.16 1 0.61
HSL 50.4º 1% 0.2% -
HSV(B) 50.4º 1% 0.39% -
XYZ 8.43 9.05 1.3 -
YUV 79.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 100 84 0 0 0.16 1 0.61 50.4 1 0.2
Hex 64 54 0 0 10 64 3D 32 64 14
Octal 144 124 0 0 20 144 75 62 144 24
Binary 1100100 1010100 0 0 10000 1100100 111101 110010 1100100 10100

Color Harmonies of #645400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645400

Black with #645400

Text Example


Text Example

White with #645400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645400; }

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

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

background-color css

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

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

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

border-color css

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

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

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