#622F17

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

Shades of Baker's Chocolate #622F17

Tints of Baker's Chocolate #622F17

Color information

#622F17 (or 0x622F17) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2F and 17. RGB value is (98,47,23). Sum of RGB (Red+Green+Blue) = 98+47+23=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #622F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622F17 is #9DD0E8. Grayscale: #3B3B3B. Windows color (decimal): -10342633 or 1519458. OLE color: 1519458.

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

Color convert

RGB984723-
CMYK00.520.770.62
HSL19.2º61.98%23.73%-
HSV(B)19.2º76.53%38.43%-
XYZ6.214.691.39-
YUV59.51107.4155.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 23 (9.38% from 255) = 13.69%
R=58.33%
G=27.98%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98472300.520.770.6219.261.9823.73
Hex622F170344D3E133e18
Octal142572706411576237630
Binary110001010111110111011010010011011111101001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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