#644B00

Color #644B00 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #644B00

Tints of Raw Umber #644B00

Color information

#644B00 (or 0x644B00) is unknown color: approx Raw Umber. HEX triplet: 64, 4B and 00. RGB value is (100,75,0). Sum of RGB (Red+Green+Blue) = 100+75+0=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #644B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644B00 is #9BB4FF. Grayscale: #4A4A4A. Windows color (decimal): -10204416 or 19300. OLE color: 19300.

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

Color convert

RGB100750-
CMYK00.2510.61
HSL45º100%19.61%-
HSV(B)45º100%39.22%-
XYZ7.777.741.08-
YUV73.9286.28146.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.14%
GREEN value IS 75 (29.69% from 255) = 42.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.14%
G=42.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10075000.2510.614510019.61
Hex644B0019643D2d6414
Octal1441130031144755514424
Binary1100100100101100110011100100111101101101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644B00; }

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

 H1.HeaderClassName
 {
   color: #644B00;
 }
 .AnyTagClassName
 {
   color: #644B00;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #644B00;
 }
 .BgClassName
 {
   background-color: #644B00;
 }
</style>
border-color css

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

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

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