Html Css Color HEX #645802 Raw Umber

📋 copy color: '#645802'

red 100 ◦ green 88 ◦ blue 2

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

Shades of Raw Umber #645802

Tints of Raw Umber #645802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.32%

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

R = 52.63%
G = 46.32%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#645802 (or 0x645802) is known color: Raw Umber. HEX triplet: 64, 58 and 02. RGB value is (100,88,2). Sum of RGB (Red+Green+Blue) = 100+88+2=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #645802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645802 is #9BA7FD. Grayscale: #525252. Windows color (decimal): -10201086 or 153700. OLE color: 153700.

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

Color convert

RGB 100 88 2 -
CMYK 0 0.12 0.98 0.61
HSL 52.65º 0.96% 0.2% -
HSV(B) 52.65º 0.98% 0.39% -
XYZ 8.76 9.69 1.47 -
YUV 81.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 100 88 2 0 0.12 0.98 0.61 52.65 0.96 0.2
Hex 64 58 2 0 C 62 3D 35 60 14
Octal 144 130 2 0 14 142 75 65 140 24
Binary 1100100 1011000 10 0 1100 1100010 111101 110101 1100000 10100

Color Harmonies of #645802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645802

Black with #645802

Text Example


Text Example

White with #645802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645802; }

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

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

background-color css

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

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

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

border-color css

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

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

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