#623316

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

Shades of Baker's Chocolate #623316

Tints of Baker's Chocolate #623316

Color information

#623316 (or 0x623316) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 33 and 16. RGB value is (98,51,22). Sum of RGB (Red+Green+Blue) = 98+51+22=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #623316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623316 is #9DCCE9. Grayscale: #3D3D3D. Windows color (decimal): -10341610 or 1454946. OLE color: 1454946.

HSL color Cylindrical-coordinate representation of color #623316: hue angle of 22.89º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #623316 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB985122-
CMYK00.480.780.62
HSL22.89º63.33%23.53%-
HSV(B)22.89º77.55%38.43%-
XYZ6.375.021.39-
YUV61.75105.57153.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=57.31%
G=29.82%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98512200.480.780.6222.8963.3323.53
Hex6233160304E3E173f18
Octal142632606011676277730
Binary110001011001110110011000010011101111101011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623316; }

 p { color: rgb(98,51,22); }

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

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

 a { background-color: rgb(98,51,22); }

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

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

 span { border-color: rgb(98,51,22); }

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