#633600

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

Shades of Baker's Chocolate #633600

Tints of Baker's Chocolate #633600

Color information

#633600 (or 0x633600) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 36 and 00. RGB value is (99,54,0). Sum of RGB (Red+Green+Blue) = 99+54+0=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #633600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633600 is #9CC9FF. Grayscale: #3D3D3D. Windows color (decimal): -10275328 or 13923. OLE color: 13923.

HSL color Cylindrical-coordinate representation of color #633600: hue angle of 32.73º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #633600 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB99540-
CMYK00.4510.61
HSL32.73º100%19.41%-
HSV(B)32.73º100%38.82%-
XYZ6.465.290.68-
YUV61.393.41154.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 54 (21.48% from 255) = 35.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.71%
G=35.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9954000.4510.6132.7310019.41
Hex6336002D643D216413
Octal143660055144754114423
Binary1100011110110001011011100100111101100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633600; }

 p { color: rgb(99,54,0); }

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

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

 a { background-color: rgb(99,54,0); }

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

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

 span { border-color: rgb(99,54,0); }

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