Html Css Color HEX #645000 Raw Umber

📋 copy color: '#645000'

red 100 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #645000

Tints of Raw Umber #645000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.44%

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

R = 55.56%
G = 44.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#645000 (or 0x645000) is known color: Raw Umber. HEX triplet: 64, 50 and 00. RGB value is (100,80,0). Sum of RGB (Red+Green+Blue) = 100+80+0=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #645000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645000 is #9BAFFF. Grayscale: #4D4D4D. Windows color (decimal): -10203136 or 20580. OLE color: 20580.

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

Color convert

RGB 100 80 0 -
CMYK 0 0.2 1 0.61
HSL 48º 1% 0.2% -
HSV(B) 48º 1% 0.39% -
XYZ 8.12 8.45 1.2 -
YUV 76.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 100 80 0 0 0.2 1 0.61 48 1 0.2
Hex 64 50 0 0 14 64 3D 30 64 14
Octal 144 120 0 0 24 144 75 60 144 24
Binary 1100100 1010000 0 0 10100 1100100 111101 110000 1100100 10100

Color Harmonies of #645000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645000

Black with #645000

Text Example


Text Example

White with #645000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645000; }

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

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

background-color css

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

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

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

border-color css

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

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

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