#622A0F

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

Shades of Baker's Chocolate #622A0F

Tints of Baker's Chocolate #622A0F

Color information

#622A0F (or 0x622A0F) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2A and 0F. RGB value is (98,42,15). Sum of RGB (Red+Green+Blue) = 98+42+15=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #622A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A0F is #9DD5F0. Grayscale: #373737. Windows color (decimal): -10343921 or 993890. OLE color: 993890.

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

Color convert

RGB984215-
CMYK00.570.850.62
HSL19.52º73.45%22.16%-
HSV(B)19.52º84.69%38.43%-
XYZ5.954.290.97-
YUV55.67105.05158.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.23%
GREEN value IS 42 (16.80% from 255) = 27.10%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=63.23%
G=27.10%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98421500.570.850.6219.5273.4522.16
Hex622AF039553E144916
Octal1425217071125762411126
Binary110001010101011110111001101010111111010100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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