#633819

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

Shades of Baker's Chocolate #633819

Tints of Baker's Chocolate #633819

Color information

#633819 (or 0x633819) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 38 and 19. RGB value is (99,56,25). Sum of RGB (Red+Green+Blue) = 99+56+25=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #633819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633819 is #9CC7E6. Grayscale: #414141. Windows color (decimal): -10274791 or 1652835. OLE color: 1652835.

HSL color Cylindrical-coordinate representation of color #633819: hue angle of 25.14º 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 #633819 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB995625-
CMYK00.430.750.61
HSL25.14º59.68%24.31%-
HSV(B)25.14º74.75%38.82%-
XYZ6.745.551.64-
YUV65.32105.25152.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 25 (10.16% from 255) = 13.89%
R=55%
G=31.11%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99562500.430.750.6125.1459.6824.31
Hex63381902B4B3D193c18
Octal143703105311375317430
Binary110001111100011001010101110010111111011100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633819; }

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

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

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

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

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

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

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

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