#622F11

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

Shades of Baker's Chocolate #622F11

Tints of Baker's Chocolate #622F11

Color information

#622F11 (or 0x622F11) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2F and 11. RGB value is (98,47,17). Sum of RGB (Red+Green+Blue) = 98+47+17=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #622F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622F11 is #9DD0EE. Grayscale: #3A3A3A. Windows color (decimal): -10342639 or 1126242. OLE color: 1126242.

HSL color Cylindrical-coordinate representation of color #622F11: hue angle of 22.22º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #622F11 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB984717-
CMYK00.520.830.62
HSL22.22º70.43%22.55%-
HSV(B)22.22º82.65%38.43%-
XYZ6.154.671.11-
YUV58.83104.4155.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.49%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 17 (7.03% from 255) = 10.49%
R=60.49%
G=29.01%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98471700.520.830.6222.2270.4322.55
Hex622F11034533E164617
Octal1425721064123762610627
Binary1100010101111100010110100101001111111010110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,47,17); }

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

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

 a { background-color: rgb(98,47,17); }

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

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

 span { border-color: rgb(98,47,17); }

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