#623A0B

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

Shades of Baker's Chocolate #623A0B

Tints of Baker's Chocolate #623A0B

Color information

#623A0B (or 0x623A0B) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3A and 0B. RGB value is (98,58,11). Sum of RGB (Red+Green+Blue) = 98+58+11=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #623A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A0B is #9DC5F4. Grayscale: #404040. Windows color (decimal): -10339829 or 735842. OLE color: 735842.

HSL color Cylindrical-coordinate representation of color #623A0B: hue angle of 32.41º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #623A0B is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB985811-
CMYK00.410.890.62
HSL32.41º79.82%21.37%-
HSV(B)32.41º88.78%38.43%-
XYZ6.615.651.06-
YUV64.697.75151.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.68%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=58.68%
G=34.73%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98581100.410.890.6232.4179.8221.37
Hex623AB029593E205015
Octal1427213051131764012025
Binary1100010111010101101010011011001111110100000101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623A0B; }

 p { color: rgb(98,58,11); }

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

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

 a { background-color: rgb(98,58,11); }

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

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

 span { border-color: rgb(98,58,11); }

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