#633A06

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

Shades of Baker's Chocolate #633A06

Tints of Baker's Chocolate #633A06

Color information

#633A06 (or 0x633A06) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 3A and 06. RGB value is (99,58,6). Sum of RGB (Red+Green+Blue) = 99+58+6=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #633A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633A06 is #9CC5F9. Grayscale: #404040. Windows color (decimal): -10274298 or 408163. OLE color: 408163.

HSL color Cylindrical-coordinate representation of color #633A06: hue angle of 33.55º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #633A06 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB99586-
CMYK00.410.940.61
HSL33.55º88.57%20.59%-
HSV(B)33.55º93.94%38.82%-
XYZ6.695.690.92-
YUV64.3395.08152.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.74%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=60.74%
G=35.58%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9958600.410.940.6133.5588.5720.59
Hex633A60295E3D225915
Octal143726051136754213125
Binary110001111101011001010011011110111101100010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,58,6); }

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

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

 a { background-color: rgb(99,58,6); }

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

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

 span { border-color: rgb(99,58,6); }

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