#643A01

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

Shades of Raw Umber #643A01

Tints of Raw Umber #643A01

Color information

#643A01 (or 0x643A01) is unknown color: approx Raw Umber. HEX triplet: 64, 3A and 01. RGB value is (100,58,1). Sum of RGB (Red+Green+Blue) = 100+58+1=159 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.89% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 100 - color contains mainly: red. Hex color #643A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643A01 is #9BC5FE. Grayscale: #404040. Windows color (decimal): -10208767 or 80484. OLE color: 80484.

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

Color convert

RGB100581-
CMYK00.420.990.61
HSL34.55º98.02%19.8%-
HSV(B)34.55º99%39.22%-
XYZ6.775.740.78-
YUV64.0692.41153.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.89%
GREEN value IS 58 (23.05% from 255) = 36.48%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=62.89%
G=36.48%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10058100.420.990.6134.5598.0219.8
Hex643A102A633D236214
Octal144721052143754314224
Binary1100100111010101010101100011111101100011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,58,1); }

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

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

 a { background-color: rgb(100,58,1); }

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

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

 span { border-color: rgb(100,58,1); }

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