#622605

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

Shades of Baker's Chocolate #622605

Tints of Baker's Chocolate #622605

Color information

#622605 (or 0x622605) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 26 and 05. RGB value is (98,38,5). Sum of RGB (Red+Green+Blue) = 98+38+5=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #622605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622605 is #9DD9FA. Grayscale: #343434. Windows color (decimal): -10344955 or 337506. OLE color: 337506.

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

Color convert

RGB98385-
CMYK00.610.950.62
HSL21.29º90.29%20.2%-
HSV(B)21.29º94.9%38.43%-
XYZ5.763.990.61-
YUV52.18101.38160.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=69.50%
G=26.95%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9838500.610.950.6221.2990.2920.2
Hex6226503D5F3E155a14
Octal142465075137762513224
Binary11000101001101010111101101111111111010101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622605; }

 p { color: rgb(98,38,5); }

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

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

 a { background-color: rgb(98,38,5); }

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

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

 span { border-color: rgb(98,38,5); }

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