#622F13

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

Shades of Baker's Chocolate #622F13

Tints of Baker's Chocolate #622F13

Color information

#622F13 (or 0x622F13) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2F and 13. RGB value is (98,47,19). Sum of RGB (Red+Green+Blue) = 98+47+19=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #622F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622F13 is #9DD0EC. Grayscale: #3B3B3B. Windows color (decimal): -10342637 or 1257314. OLE color: 1257314.

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

Color convert

RGB984719-
CMYK00.520.810.62
HSL21.27º67.52%22.94%-
HSV(B)21.27º80.61%38.43%-
XYZ6.174.681.19-
YUV59.06105.4155.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 47 (18.75% from 255) = 28.66%
BLUE value IS 19 (7.81% from 255) = 11.59%
R=59.76%
G=28.66%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98471900.520.810.6221.2767.5222.94
Hex622F13034513E154417
Octal1425723064121762510427
Binary1100010101111100110110100101000111111010101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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