#622F0E

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

Shades of Baker's Chocolate #622F0E

Tints of Baker's Chocolate #622F0E

Color information

#622F0E (or 0x622F0E) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2F and 0E. RGB value is (98,47,14). Sum of RGB (Red+Green+Blue) = 98+47+14=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #622F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622F0E is #9DD0F1. Grayscale: #3A3A3A. Windows color (decimal): -10342642 or 929634. OLE color: 929634.

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

Color convert

RGB984714-
CMYK00.520.860.62
HSL23.57º75%21.96%-
HSV(B)23.57º85.71%38.43%-
XYZ6.134.660.99-
YUV58.49102.9156.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.64%
GREEN value IS 47 (18.75% from 255) = 29.56%
BLUE value IS 14 (5.86% from 255) = 8.81%
R=61.64%
G=29.56%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98471400.520.860.6223.577521.96
Hex622FE034563E184b16
Octal1425716064126763011326
Binary110001010111111100110100101011011111011000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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