Html Css Color HEX #644502 Raw Umber

📋 copy color: '#644502'

red 100 ◦ green 69 ◦ blue 2

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

Shades of Raw Umber #644502

Tints of Raw Umber #644502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.35%

 BLUE value IS 2 (1.17% from 255) = 1.17%

R = 58.48%
G = 40.35%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#644502 (or 0x644502) is known color: Raw Umber. HEX triplet: 64, 45 and 02. RGB value is (100,69,2). Sum of RGB (Red+Green+Blue) = 100+69+2=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #644502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644502 is #9BBAFD. Grayscale: #464646. Windows color (decimal): -10205950 or 148836. OLE color: 148836.

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

Color convert

RGB 100 69 2 -
CMYK 0 0.31 0.98 0.61
HSL 41.02º 0.96% 0.2% -
HSV(B) 41.02º 0.98% 0.39% -
XYZ 7.39 6.97 1.01 -
YUV 70.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 100 69 2 0 0.31 0.98 0.61 41.02 0.96 0.2
Hex 64 45 2 0 1F 62 3D 29 60 14
Octal 144 105 2 0 37 142 75 51 140 24
Binary 1100100 1000101 10 0 11111 1100010 111101 101001 1100000 10100

Color Harmonies of #644502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644502

Black with #644502

Text Example


Text Example

White with #644502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644502; }

 p { color: rgb(100,69,2); }

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

background-color css

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

 a { background-color: rgb(100,69,2); }

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

border-color css

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

 span { border-color: rgb(100,69,2); }

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