#622F1B

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

Shades of Baker's Chocolate #622F1B

Tints of Baker's Chocolate #622F1B

Color information

#622F1B (or 0x622F1B) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2F and 1B. RGB value is (98,47,27). Sum of RGB (Red+Green+Blue) = 98+47+27=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #622F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622F1B is #9DD0E4. Grayscale: #3C3C3C. Windows color (decimal): -10342629 or 1781602. OLE color: 1781602.

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

Color convert

RGB984727-
CMYK00.520.720.62
HSL16.9º56.8%24.51%-
HSV(B)16.9º72.45%38.43%-
XYZ6.254.711.62-
YUV59.97109.4155.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.98%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=56.98%
G=27.33%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98472700.520.720.6216.956.824.51
Hex622F1B034483E113919
Octal142573306411076217131
Binary110001010111111011011010010010001111101000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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