#623010

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

Shades of Baker's Chocolate #623010

Tints of Baker's Chocolate #623010

Color information

#623010 (or 0x623010) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 30 and 10. RGB value is (98,48,16). Sum of RGB (Red+Green+Blue) = 98+48+16=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #623010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623010 is #9DCFEF. Grayscale: #3B3B3B. Windows color (decimal): -10342384 or 1060962. OLE color: 1060962.

HSL color Cylindrical-coordinate representation of color #623010: hue angle of 23.41º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #623010 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB984816-
CMYK00.510.840.62
HSL23.41º71.93%22.35%-
HSV(B)23.41º83.67%38.43%-
XYZ6.194.751.08-
YUV59.3103.56155.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.49%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 16 (6.64% from 255) = 9.88%
R=60.49%
G=29.63%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98481600.510.840.6223.4171.9322.35
Hex623010033543E174816
Octal1426020063124762711026
Binary1100010110000100000110011101010011111010111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623010; }

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

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

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

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

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

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

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

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