Html Css Color HEX #645502 Raw Umber

📋 copy color: '#645502'

red 100 ◦ green 85 ◦ blue 2

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

Shades of Raw Umber #645502

Tints of Raw Umber #645502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

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

R = 53.48%
G = 45.45%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#645502 (or 0x645502) is known color: Raw Umber. HEX triplet: 64, 55 and 02. RGB value is (100,85,2). Sum of RGB (Red+Green+Blue) = 100+85+2=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #645502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645502 is #9BAAFD. Grayscale: #505050. Windows color (decimal): -10201854 or 152932. OLE color: 152932.

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

Color convert

RGB 100 85 2 -
CMYK 0 0.15 0.98 0.61
HSL 50.82º 0.96% 0.2% -
HSV(B) 50.82º 0.98% 0.39% -
XYZ 8.51 9.21 1.39 -
YUV 80.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 100 85 2 0 0.15 0.98 0.61 50.82 0.96 0.2
Hex 64 55 2 0 F 62 3D 33 60 14
Octal 144 125 2 0 17 142 75 63 140 24
Binary 1100100 1010101 10 0 1111 1100010 111101 110011 1100000 10100

Color Harmonies of #645502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645502

Black with #645502

Text Example


Text Example

White with #645502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645502; }

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

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

background-color css

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

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

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

border-color css

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

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

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