#622A17

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

Shades of Baker's Chocolate #622A17

Tints of Baker's Chocolate #622A17

Color information

#622A17 (or 0x622A17) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2A and 17. RGB value is (98,42,23). Sum of RGB (Red+Green+Blue) = 98+42+23=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #622A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A17 is #9DD5E8. Grayscale: #383838. Windows color (decimal): -10343913 or 1518178. OLE color: 1518178.

HSL color Cylindrical-coordinate representation of color #622A17: hue angle of 15.2º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #622A17 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB984223-
CMYK00.570.770.62
HSL15.2º61.98%23.73%-
HSV(B)15.2º76.53%38.43%-
XYZ6.024.311.33-
YUV56.58109.05157.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.12%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 23 (9.38% from 255) = 14.11%
R=60.12%
G=25.77%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98422300.570.770.6215.261.9823.73
Hex622A170394D3Ef3e18
Octal142522707111576177630
Binary11000101010101011101110011001101111110111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,42,23); }

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

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

 a { background-color: rgb(98,42,23); }

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

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

 span { border-color: rgb(98,42,23); }

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