#643f0f

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

Shades of Raw Umber #643F0F

Tints of Raw Umber #643F0F

Color information

#643F0F (or 0x643F0F) is unknown color: approx Raw Umber. HEX triplet: 64, 3F and 0F. RGB value is (100,63,15). Sum of RGB (Red+Green+Blue) = 100+63+15=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #643F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643F0F is #9BC0F0. Grayscale: #444444. Windows color (decimal): -10207473 or 999268. OLE color: 999268.

HSL color Cylindrical-coordinate representation of color #643F0F: hue angle of 33.88º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #643F0F is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB1006315-
CMYK00.370.850.61
HSL33.88º73.91%22.55%-
HSV(B)33.88º85%39.22%-
XYZ7.126.31.29-
YUV68.5997.76150.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.18%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=56.18%
G=35.39%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100631500.370.850.6133.8873.9122.55
Hex643FF025553D224a17
Octal1447717045125754211227
Binary1100100111111111101001011010101111101100010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643f0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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