#633505

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

Shades of Baker's Chocolate #633505

Tints of Baker's Chocolate #633505

Color information

#633505 (or 0x633505) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 35 and 05. RGB value is (99,53,5). Sum of RGB (Red+Green+Blue) = 99+53+5=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #633505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633505 is #9CCAFA. Grayscale: #3D3D3D. Windows color (decimal): -10275579 or 341347. OLE color: 341347.

HSL color Cylindrical-coordinate representation of color #633505: hue angle of 30.64º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #633505 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB99535-
CMYK00.460.950.61
HSL30.64º90.38%20.39%-
HSV(B)30.64º94.95%38.82%-
XYZ6.455.210.81-
YUV61.2896.24154.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=63.06%
G=33.76%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9953500.460.950.6130.6490.3820.39
Hex6335502E5F3D1f5a14
Octal143655056137753713224
Binary11000111101011010101110101111111110111111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633505; }

 p { color: rgb(99,53,5); }

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

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

 a { background-color: rgb(99,53,5); }

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

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

 span { border-color: rgb(99,53,5); }

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