#633C0E

Color #633C0E Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #633C0E

Tints of Baker's Chocolate #633C0E

Color information

#633C0E (or 0x633C0E) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 3C and 0E. RGB value is (99,60,14). Sum of RGB (Red+Green+Blue) = 99+60+14=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #633C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633C0E is #9CC3F1. Grayscale: #424242. Windows color (decimal): -10273778 or 932963. OLE color: 932963.

HSL color Cylindrical-coordinate representation of color #633C0E: hue angle of 32.47º 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 #633C0E is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB996014-
CMYK00.390.860.61
HSL32.47º75.22%22.16%-
HSV(B)32.47º85.86%38.82%-
XYZ6.845.921.2-
YUV66.4298.42151.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 60 (23.83% from 255) = 34.68%
BLUE value IS 14 (5.86% from 255) = 8.09%
R=57.23%
G=34.68%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99601400.390.860.6132.4775.2222.16
Hex633CE027563D204b16
Octal1437416047126754011326
Binary1100011111100111001001111010110111101100000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633C0E; }

 p { color: rgb(99,60,14); }

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

<style>
 a { background-color: #633C0E; }

 a { background-color: rgb(99,60,14); }

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

<style>
 span { border-color: #633C0E; }

 span { border-color: rgb(99,60,14); }

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