#623201

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

Shades of Baker's Chocolate #623201

Tints of Baker's Chocolate #623201

Color information

#623201 (or 0x623201) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 32 and 01. RGB value is (98,50,1). Sum of RGB (Red+Green+Blue) = 98+50+1=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #623201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623201 is #9DCDFE. Grayscale: #3B3B3B. Windows color (decimal): -10341887 or 78434. OLE color: 78434.

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

Color convert

RGB98501-
CMYK00.490.990.62
HSL30.31º97.98%19.41%-
HSV(B)30.31º98.98%38.43%-
XYZ6.184.880.64-
YUV58.7795.4155.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=65.77%
G=33.56%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9850100.490.990.6230.3197.9819.41
Hex62321031633E1e6213
Octal142621061143763614223
Binary110001011001010110001110001111111011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623201; }

 p { color: rgb(98,50,1); }

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

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

 a { background-color: rgb(98,50,1); }

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

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

 span { border-color: rgb(98,50,1); }

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