#633700

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

Shades of Baker's Chocolate #633700

Tints of Baker's Chocolate #633700

Color information

#633700 (or 0x633700) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 37 and 00. RGB value is (99,55,0). Sum of RGB (Red+Green+Blue) = 99+55+0=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #633700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633700 is #9CC8FF. Grayscale: #3E3E3E. Windows color (decimal): -10275072 or 14179. OLE color: 14179.

HSL color Cylindrical-coordinate representation of color #633700: hue angle of 33.33º 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 #633700 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB99550-
CMYK00.4410.61
HSL33.33º100%19.41%-
HSV(B)33.33º100%38.82%-
XYZ6.515.390.7-
YUV61.8993.08154.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.29%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.29%
G=35.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9955000.4410.6133.3310019.41
Hex6337002C643D216413
Octal143670054144754114423
Binary1100011110111001011001100100111101100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633700; }

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

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

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

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

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

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

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

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