#643F00

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

Shades of Raw Umber #643F00

Tints of Raw Umber #643F00

Color information

#643F00 (or 0x643F00) is unknown color: approx Raw Umber. HEX triplet: 64, 3F and 00. RGB value is (100,63,0). Sum of RGB (Red+Green+Blue) = 100+63+0=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #643F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643F00 is #9BC0FF. Grayscale: #434343. Windows color (decimal): -10207488 or 16228. OLE color: 16228.

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

Color convert

RGB100630-
CMYK00.3710.61
HSL37.8º100%19.61%-
HSV(B)37.8º100%39.22%-
XYZ7.036.260.84-
YUV66.8890.26151.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 61.35%
GREEN value IS 63 (25% from 255) = 38.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.35%
G=38.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10063000.3710.6137.810019.61
Hex643F0025643D266414
Octal144770045144754614424
Binary1100100111111001001011100100111101100110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643F00; }

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

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

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

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

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

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

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

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