Html Css Color HEX #645A02 Raw Umber

📋 copy color: '#645A02'

red 100 ◦ green 90 ◦ blue 2

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

Shades of Raw Umber #645A02

Tints of Raw Umber #645A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.88%

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

R = 52.08%
G = 46.88%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#645A02 (or 0x645A02) is known color: Raw Umber. HEX triplet: 64, 5A and 02. RGB value is (100,90,2). Sum of RGB (Red+Green+Blue) = 100+90+2=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #645A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645A02 is #9BA5FD. Grayscale: #535353. Windows color (decimal): -10200574 or 154212. OLE color: 154212.

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

Color convert

RGB 100 90 2 -
CMYK 0 0.10 0.98 0.61
HSL 53.88º 0.96% 0.2% -
HSV(B) 53.88º 0.98% 0.39% -
XYZ 8.92 10.03 1.52 -
YUV 82.96 82.31 140.16 -
System Red Green Blue C M Y K H S L
Decimal 100 90 2 0 0.10 0.98 0.61 53.88 0.96 0.2
Hex 64 5A 2 0 A 62 3D 36 60 14
Octal 144 132 2 0 12 142 75 66 140 24
Binary 1100100 1011010 10 0 1010 1100010 111101 110110 1100000 10100

Color Harmonies of #645A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645A02

Black with #645A02

Text Example


Text Example

White with #645A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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