#633B0A

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

Shades of Baker's Chocolate #633B0A

Tints of Baker's Chocolate #633B0A

Color information

#633B0A (or 0x633B0A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 3B and 0A. RGB value is (99,59,10). Sum of RGB (Red+Green+Blue) = 99+59+10=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #633B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633B0A is #9CC4F5. Grayscale: #414141. Windows color (decimal): -10274038 or 670563. OLE color: 670563.

HSL color Cylindrical-coordinate representation of color #633B0A: hue angle of 33.03º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #633B0A is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB995910-
CMYK00.400.900.61
HSL33.03º81.65%21.37%-
HSV(B)33.03º89.9%38.82%-
XYZ6.765.81.05-
YUV65.3796.75151.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 59 (23.44% from 255) = 35.12%
BLUE value IS 10 (4.30% from 255) = 5.95%
R=58.93%
G=35.12%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99591000.400.900.6133.0381.6521.37
Hex633BA0285A3D215215
Octal1437312050132754112225
Binary1100011111011101001010001011010111101100001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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