#623414

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

Shades of Baker's Chocolate #623414

Tints of Baker's Chocolate #623414

Color information

#623414 (or 0x623414) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 34 and 14. RGB value is (98,52,20). Sum of RGB (Red+Green+Blue) = 98+52+20=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #623414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623414 is #9DCBEB. Grayscale: #3E3E3E. Windows color (decimal): -10341356 or 1324130. OLE color: 1324130.

HSL color Cylindrical-coordinate representation of color #623414: hue angle of 24.62º 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 #623414 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB985220-
CMYK00.470.800.62
HSL24.62º66.1%23.14%-
HSV(B)24.62º79.59%38.43%-
XYZ6.395.11.31-
YUV62.11104.24153.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.65%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=57.65%
G=30.59%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98522000.470.800.6224.6266.123.14
Hex62341402F503E194217
Octal1426424057120763110227
Binary1100010110100101000101111101000011111011001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623414; }

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

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

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

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

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

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

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

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