#633D0F

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

Shades of Baker's Chocolate #633D0F

Tints of Baker's Chocolate #633D0F

Color information

#633D0F (or 0x633D0F) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 3D and 0F. RGB value is (99,61,15). Sum of RGB (Red+Green+Blue) = 99+61+15=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #633D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633D0F is #9CC2F0. Grayscale: #434343. Windows color (decimal): -10273521 or 998755. OLE color: 998755.

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

Color convert

RGB996115-
CMYK00.380.850.61
HSL32.86º73.68%22.35%-
HSV(B)32.86º84.85%38.82%-
XYZ6.96.021.25-
YUV67.1298.59150.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=56.57%
G=34.86%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99611500.380.850.6132.8673.6822.35
Hex633DF026553D214a16
Octal1437517046125754111226
Binary1100011111101111101001101010101111101100001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,61,15); }

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

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

 a { background-color: rgb(99,61,15); }

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

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

 span { border-color: rgb(99,61,15); }

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