#622E08

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

Shades of Baker's Chocolate #622E08

Tints of Baker's Chocolate #622E08

Color information

#622E08 (or 0x622E08) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2E and 08. RGB value is (98,46,8). Sum of RGB (Red+Green+Blue) = 98+46+8=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #622E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622E08 is #9DD1F7. Grayscale: #393939. Windows color (decimal): -10342904 or 536162. OLE color: 536162.

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

Color convert

RGB98468-
CMYK00.530.920.62
HSL25.33º84.91%20.78%-
HSV(B)25.33º91.84%38.43%-
XYZ6.064.570.79-
YUV57.22100.23157.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.47%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=64.47%
G=30.26%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9846800.530.920.6225.3384.9120.78
Hex622E80355C3E195515
Octal1425610065134763112525
Binary110001010111010000110101101110011111011001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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