#633402

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

Shades of Baker's Chocolate #633402

Tints of Baker's Chocolate #633402

Color information

#633402 (or 0x633402) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 34 and 02. RGB value is (99,52,2). Sum of RGB (Red+Green+Blue) = 99+52+2=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #633402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633402 is #9CCBFD. Grayscale: #3C3C3C. Windows color (decimal): -10275838 or 144483. OLE color: 144483.

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

Color convert

RGB99522-
CMYK00.470.980.61
HSL30.93º96.04%19.8%-
HSV(B)30.93º97.98%38.82%-
XYZ6.385.110.71-
YUV60.3595.07155.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=64.71%
G=33.99%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9952200.470.980.6130.9396.0419.8
Hex6334202F623D1f6014
Octal143642057142753714024
Binary1100011110100100101111110001011110111111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633402; }

 p { color: rgb(99,52,2); }

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

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

 a { background-color: rgb(99,52,2); }

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

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

 span { border-color: rgb(99,52,2); }

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