Html Css Color HEX #644C01 Raw Umber

📋 copy color: '#644C01'

red 100 ◦ green 76 ◦ blue 1

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

Shades of Raw Umber #644C01

Tints of Raw Umber #644C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.94%

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 56.5%
G = 42.94%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#644C01 (or 0x644C01) is known color: Raw Umber. HEX triplet: 64, 4C and 01. RGB value is (100,76,1). Sum of RGB (Red+Green+Blue) = 100+76+1=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #644C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644C01 is #9BB3FE. Grayscale: #4A4A4A. Windows color (decimal): -10204159 or 85092. OLE color: 85092.

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

Color convert

RGB 100 76 1 -
CMYK 0 0.24 0.99 0.61
HSL 45.45º 0.98% 0.2% -
HSV(B) 45.45º 0.99% 0.39% -
XYZ 7.85 7.88 1.14 -
YUV 74.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 100 76 1 0 0.24 0.99 0.61 45.45 0.98 0.2
Hex 64 4C 1 0 18 63 3D 2D 62 14
Octal 144 114 1 0 30 143 75 55 142 24
Binary 1100100 1001100 1 0 11000 1100011 111101 101101 1100010 10100

Color Harmonies of #644C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644C01

Black with #644C01

Text Example


Text Example

White with #644C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644C01; }

 p { color: rgb(100,76,1); }

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

background-color css

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

 a { background-color: rgb(100,76,1); }

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

border-color css

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

 span { border-color: rgb(100,76,1); }

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