Html Css Color HEX #644200 Raw Umber

📋 copy color: '#644200'

red 100 ◦ green 66 ◦ blue 0

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

Shades of Raw Umber #644200

Tints of Raw Umber #644200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.76%

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

R = 60.24%
G = 39.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#644200 (or 0x644200) is known color: Raw Umber. HEX triplet: 64, 42 and 00. RGB value is (100,66,0). Sum of RGB (Red+Green+Blue) = 100+66+0=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #644200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644200 is #9BBDFF. Grayscale: #444444. Windows color (decimal): -10206720 or 16996. OLE color: 16996.

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

Color convert

RGB 100 66 0 -
CMYK 0 0.34 1 0.61
HSL 39.6º 1% 0.2% -
HSV(B) 39.6º 1% 0.39% -
XYZ 7.2 6.61 0.9 -
YUV 68.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 100 66 0 0 0.34 1 0.61 39.6 1 0.2
Hex 64 42 0 0 22 64 3D 28 64 14
Octal 144 102 0 0 42 144 75 50 144 24
Binary 1100100 1000010 0 0 100010 1100100 111101 101000 1100100 10100

Color Harmonies of #644200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644200

Black with #644200

Text Example


Text Example

White with #644200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644200; }

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

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

background-color css

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

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

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

border-color css

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

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

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