#643F0E

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

Shades of Raw Umber #643F0E

Tints of Raw Umber #643F0E

Color information

#643F0E (or 0x643F0E) is unknown color: approx Raw Umber. HEX triplet: 64, 3F and 0E. RGB value is (100,63,14). Sum of RGB (Red+Green+Blue) = 100+63+14=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #643F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643F0E is #9BC0F1. Grayscale: #444444. Windows color (decimal): -10207474 or 933732. OLE color: 933732.

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

Color convert

RGB1006314-
CMYK00.370.860.61
HSL34.19º75.44%22.35%-
HSV(B)34.19º86%39.22%-
XYZ7.116.31.26-
YUV68.4897.26150.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.50%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=56.50%
G=35.59%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100631400.370.860.6134.1975.4422.35
Hex643FE025563D224b16
Octal1447716045126754211326
Binary1100100111111111001001011010110111101100010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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