#633B06

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

Shades of Baker's Chocolate #633B06

Tints of Baker's Chocolate #633B06

Color information

#633B06 (or 0x633B06) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 3B and 06. RGB value is (99,59,6). Sum of RGB (Red+Green+Blue) = 99+59+6=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #633B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633B06 is #9CC4F9. Grayscale: #414141. Windows color (decimal): -10274042 or 408419. OLE color: 408419.

HSL color Cylindrical-coordinate representation of color #633B06: hue angle of 34.19º 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 #633B06 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB99596-
CMYK00.400.940.61
HSL34.19º88.57%20.59%-
HSV(B)34.19º93.94%38.82%-
XYZ6.745.790.94-
YUV64.9294.75152.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.37%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 6 (2.73% from 255) = 3.66%
R=60.37%
G=35.98%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9959600.400.940.6134.1988.5720.59
Hex633B60285E3D225915
Octal143736050136754213125
Binary110001111101111001010001011110111101100010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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