#623014

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

Shades of Baker's Chocolate #623014

Tints of Baker's Chocolate #623014

Color information

#623014 (or 0x623014) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 30 and 14. RGB value is (98,48,20). Sum of RGB (Red+Green+Blue) = 98+48+20=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #623014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623014 is #9DCFEB. Grayscale: #3B3B3B. Windows color (decimal): -10342380 or 1323106. OLE color: 1323106.

HSL color Cylindrical-coordinate representation of color #623014: hue angle of 21.54º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #623014 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB984820-
CMYK00.510.800.62
HSL21.54º66.1%23.14%-
HSV(B)21.54º79.59%38.43%-
XYZ6.224.761.25-
YUV59.76105.56155.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 20 (8.20% from 255) = 12.05%
R=59.04%
G=28.92%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98482000.510.800.6221.5466.123.14
Hex623014033503E164217
Octal1426024063120762610227
Binary1100010110000101000110011101000011111010110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623014; }

 p { color: rgb(98,48,20); }

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

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

 a { background-color: rgb(98,48,20); }

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

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

 span { border-color: rgb(98,48,20); }

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