#622B14

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

Shades of Baker's Chocolate #622B14

Tints of Baker's Chocolate #622B14

Color information

#622B14 (or 0x622B14) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2B and 14. RGB value is (98,43,20). Sum of RGB (Red+Green+Blue) = 98+43+20=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #622B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622B14 is #9DD4EB. Grayscale: #383838. Windows color (decimal): -10343660 or 1321826. OLE color: 1321826.

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

Color convert

RGB984320-
CMYK00.560.800.62
HSL17.69º66.1%23.14%-
HSV(B)17.69º79.59%38.43%-
XYZ6.034.371.19-
YUV56.82107.22157.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.87%
GREEN value IS 43 (17.19% from 255) = 26.71%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=60.87%
G=26.71%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98432000.560.800.6217.6966.123.14
Hex622B14038503E124217
Octal1425324070120762210227
Binary1100010101011101000111000101000011111010010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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