Html Css Color HEX #645602 Raw Umber

📋 copy color: '#645602'

red 100 ◦ green 86 ◦ blue 2

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

Shades of Raw Umber #645602

Tints of Raw Umber #645602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.74%

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

R = 53.19%
G = 45.74%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#645602 (or 0x645602) is known color: Raw Umber. HEX triplet: 64, 56 and 02. RGB value is (100,86,2). Sum of RGB (Red+Green+Blue) = 100+86+2=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #645602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645602 is #9BA9FD. Grayscale: #505050. Windows color (decimal): -10201598 or 153188. OLE color: 153188.

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

Color convert

RGB 100 86 2 -
CMYK 0 0.14 0.98 0.61
HSL 51.43º 0.96% 0.2% -
HSV(B) 51.43º 0.98% 0.39% -
XYZ 8.59 9.37 1.41 -
YUV 80.61 83.64 141.83 -
System Red Green Blue C M Y K H S L
Decimal 100 86 2 0 0.14 0.98 0.61 51.43 0.96 0.2
Hex 64 56 2 0 E 62 3D 33 60 14
Octal 144 126 2 0 16 142 75 63 140 24
Binary 1100100 1010110 10 0 1110 1100010 111101 110011 1100000 10100

Color Harmonies of #645602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645602

Black with #645602

Text Example


Text Example

White with #645602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645602; }

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

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

background-color css

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

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

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

border-color css

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

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

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