#622306

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

Shades of Baker's Chocolate #622306

Tints of Baker's Chocolate #622306

Color information

#622306 (or 0x622306) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 23 and 06. RGB value is (98,35,6). Sum of RGB (Red+Green+Blue) = 98+35+6=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #622306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622306 is #9DDCF9. Grayscale: #323232. Windows color (decimal): -10345722 or 402274. OLE color: 402274.

HSL color Cylindrical-coordinate representation of color #622306: hue angle of 18.91º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #622306 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB98356-
CMYK00.640.940.62
HSL18.91º88.46%20.39%-
HSV(B)18.91º93.88%38.43%-
XYZ5.673.810.61-
YUV50.53102.87161.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70.50%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=70.50%
G=25.18%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9835600.640.940.6218.9188.4620.39
Hex622360405E3E135814
Octal1424360100136762313024
Binary110001010001111001000000101111011111010011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622306; }

 p { color: rgb(98,35,6); }

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

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

 a { background-color: rgb(98,35,6); }

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

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

 span { border-color: rgb(98,35,6); }

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