#62330E

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

Shades of Baker's Chocolate #62330E

Tints of Baker's Chocolate #62330E

Color information

#62330E (or 0x62330E) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 33 and 0E. RGB value is (98,51,14). Sum of RGB (Red+Green+Blue) = 98+51+14=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62330E is #9DCCF1. Grayscale: #3D3D3D. Windows color (decimal): -10341618 or 930658. OLE color: 930658.

HSL color Cylindrical-coordinate representation of color #62330E: hue angle of 26.43º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62330E is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB985114-
CMYK00.480.860.62
HSL26.43º75%21.96%-
HSV(B)26.43º85.71%38.43%-
XYZ6.351.05-
YUV60.83101.57154.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.12%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 14 (5.86% from 255) = 8.59%
R=60.12%
G=31.29%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98511400.480.860.6226.437521.96
Hex6233E030563E1a4b16
Octal1426316060126763211326
Binary110001011001111100110000101011011111011010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62330E; }

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

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

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

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

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

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

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

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