#622A0D

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

Shades of Baker's Chocolate #622A0D

Tints of Baker's Chocolate #622A0D

Color information

#622A0D (or 0x622A0D) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2A and 0D. RGB value is (98,42,13). Sum of RGB (Red+Green+Blue) = 98+42+13=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #622A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A0D is #9DD5F2. Grayscale: #373737. Windows color (decimal): -10343923 or 862818. OLE color: 862818.

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

Color convert

RGB984213-
CMYK00.570.870.62
HSL20.47º76.58%21.76%-
HSV(B)20.47º86.73%38.43%-
XYZ5.944.280.89-
YUV55.44104.05158.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.05%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=64.05%
G=27.45%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98421300.570.870.6220.4776.5821.76
Hex622AD039573E144d16
Octal1425215071127762411526
Binary110001010101011010111001101011111111010100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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