#633308

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

Shades of Baker's Chocolate #633308

Tints of Baker's Chocolate #633308

Color information

#633308 (or 0x633308) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 33 and 08. RGB value is (99,51,8). Sum of RGB (Red+Green+Blue) = 99+51+8=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #633308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633308 is #9CCCF7. Grayscale: #3C3C3C. Windows color (decimal): -10276088 or 537443. OLE color: 537443.

HSL color Cylindrical-coordinate representation of color #633308: hue angle of 28.35º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #633308 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB99518-
CMYK00.480.920.61
HSL28.35º85.05%20.98%-
HSV(B)28.35º91.92%38.82%-
XYZ6.375.040.87-
YUV60.4598.4155.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.66%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 8 (3.52% from 255) = 5.06%
R=62.66%
G=32.28%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9951800.480.920.6128.3585.0520.98
Hex633380305C3D1c5515
Octal1436310060134753412525
Binary110001111001110000110000101110011110111100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633308; }

 p { color: rgb(99,51,8); }

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

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

 a { background-color: rgb(99,51,8); }

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

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

 span { border-color: rgb(99,51,8); }

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