#622E00

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

Shades of Baker's Chocolate #622E00

Tints of Baker's Chocolate #622E00

Color information

#622E00 (or 0x622E00) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2E and 00. RGB value is (98,46,0). Sum of RGB (Red+Green+Blue) = 98+46+0=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #622E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622E00 is #9DD1FF. Grayscale: #383838. Windows color (decimal): -10342912 or 11874. OLE color: 11874.

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

Color convert

RGB98460-
CMYK00.5310.62
HSL28.16º100%19.22%-
HSV(B)28.16º100%38.43%-
XYZ6.014.550.56-
YUV56.396.23157.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.06%
GREEN value IS 46 (18.36% from 255) = 31.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.06%
G=31.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9846000.5310.6228.1610019.22
Hex622E0035643E1c6413
Octal142560065144763414423
Binary110001010111000110101110010011111011100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,46,0); }

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

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

 a { background-color: rgb(98,46,0); }

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

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

 span { border-color: rgb(98,46,0); }

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