#633B0E

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

Shades of Baker's Chocolate #633B0E

Tints of Baker's Chocolate #633B0E

Color information

#633B0E (or 0x633B0E) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 3B and 0E. RGB value is (99,59,14). Sum of RGB (Red+Green+Blue) = 99+59+14=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #633B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633B0E is #9CC4F1. Grayscale: #424242. Windows color (decimal): -10274034 or 932707. OLE color: 932707.

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

Color convert

RGB995914-
CMYK00.400.860.61
HSL31.76º75.22%22.16%-
HSV(B)31.76º85.86%38.82%-
XYZ6.795.811.18-
YUV65.8398.75151.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.56%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 14 (5.86% from 255) = 8.14%
R=57.56%
G=34.30%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99591400.400.860.6131.7675.2222.16
Hex633BE028563D204b16
Octal1437316050126754011326
Binary1100011111011111001010001010110111101100000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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