#623302

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

Shades of Baker's Chocolate #623302

Tints of Baker's Chocolate #623302

Color information

#623302 (or 0x623302) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 33 and 02. RGB value is (98,51,2). Sum of RGB (Red+Green+Blue) = 98+51+2=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #623302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623302 is #9DCCFD. Grayscale: #3B3B3B. Windows color (decimal): -10341630 or 144226. OLE color: 144226.

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

Color convert

RGB98512-
CMYK00.480.980.62
HSL30.62º96%19.61%-
HSV(B)30.62º97.96%38.43%-
XYZ6.234.970.69-
YUV59.4795.57155.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=64.90%
G=33.77%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9851200.480.980.6230.629619.61
Hex62332030623E1f6014
Octal142632060142763714024
Binary1100010110011100110000110001011111011111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623302; }

 p { color: rgb(98,51,2); }

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

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

 a { background-color: rgb(98,51,2); }

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

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

 span { border-color: rgb(98,51,2); }

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