#623002

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

Shades of Baker's Chocolate #623002

Tints of Baker's Chocolate #623002

Color information

#623002 (or 0x623002) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 30 and 02. RGB value is (98,48,2). Sum of RGB (Red+Green+Blue) = 98+48+2=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #623002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623002 is #9DCFFD. Grayscale: #393939. Windows color (decimal): -10342398 or 143458. OLE color: 143458.

HSL color Cylindrical-coordinate representation of color #623002: hue angle of 28.75º 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 #623002 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB98482-
CMYK00.510.980.62
HSL28.75º96%19.61%-
HSV(B)28.75º97.96%38.43%-
XYZ6.14.710.65-
YUV57.7196.56156.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.22%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=66.22%
G=32.43%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9848200.510.980.6228.759619.61
Hex62302033623E1d6014
Octal142602063142763514024
Binary1100010110000100110011110001011111011101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623002; }

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

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

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

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

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

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

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

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