#622D0E

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

Shades of Baker's Chocolate #622D0E

Tints of Baker's Chocolate #622D0E

Color information

#622D0E (or 0x622D0E) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2D and 0E. RGB value is (98,45,14). Sum of RGB (Red+Green+Blue) = 98+45+14=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #622D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622D0E is #9DD2F1. Grayscale: #393939. Windows color (decimal): -10343154 or 929122. OLE color: 929122.

HSL color Cylindrical-coordinate representation of color #622D0E: hue angle of 22.14º 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 #622D0E is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB984514-
CMYK00.540.860.62
HSL22.14º75%21.96%-
HSV(B)22.14º85.71%38.43%-
XYZ6.054.510.97-
YUV57.31103.56157.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.42%
GREEN value IS 45 (17.97% from 255) = 28.66%
BLUE value IS 14 (5.86% from 255) = 8.92%
R=62.42%
G=28.66%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98451400.540.860.6222.147521.96
Hex622DE036563E164b16
Octal1425516066126762611326
Binary110001010110111100110110101011011111010110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622D0E; }

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

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

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

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

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

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

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

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