Html Css Color HEX #645500 Raw Umber

📋 copy color: '#645500'

red 100 ◦ green 85 ◦ blue 0

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

Shades of Raw Umber #645500

Tints of Raw Umber #645500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.05%
G = 45.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#645500 (or 0x645500) is known color: Raw Umber. HEX triplet: 64, 55 and 00. RGB value is (100,85,0). Sum of RGB (Red+Green+Blue) = 100+85+0=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #645500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645500 is #9BAAFF. Grayscale: #505050. Windows color (decimal): -10201856 or 21860. OLE color: 21860.

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

Color convert

RGB 100 85 0 -
CMYK 0 0.15 1 0.61
HSL 51º 1% 0.2% -
HSV(B) 51º 1% 0.39% -
XYZ 8.5 9.21 1.33 -
YUV 79.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 100 85 0 0 0.15 1 0.61 51 1 0.2
Hex 64 55 0 0 F 64 3D 33 64 14
Octal 144 125 0 0 17 144 75 63 144 24
Binary 1100100 1010101 0 0 1111 1100100 111101 110011 1100100 10100

Color Harmonies of #645500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645500

Black with #645500

Text Example


Text Example

White with #645500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645500; }

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

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

background-color css

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

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

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

border-color css

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

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

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