#633B19

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

Shades of Baker's Chocolate #633B19

Tints of Baker's Chocolate #633B19

Color information

#633B19 (or 0x633B19) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 3B and 19. RGB value is (99,59,25). Sum of RGB (Red+Green+Blue) = 99+59+25=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #633B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633B19 is #9CC4E6. Grayscale: #434343. Windows color (decimal): -10274023 or 1653603. OLE color: 1653603.

HSL color Cylindrical-coordinate representation of color #633B19: hue angle of 27.57º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #633B19 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB995925-
CMYK00.400.750.61
HSL27.57º59.68%24.31%-
HSV(B)27.57º74.75%38.82%-
XYZ6.895.851.69-
YUV67.08104.25150.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 59 (23.44% from 255) = 32.24%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=54.10%
G=32.24%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99592500.400.750.6127.5759.6824.31
Hex633B190284B3D1c3c18
Octal143733105011375347430
Binary110001111101111001010100010010111111011110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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