#623800

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

Shades of Baker's Chocolate #623800

Tints of Baker's Chocolate #623800

Color information

#623800 (or 0x623800) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 38 and 00. RGB value is (98,56,0). Sum of RGB (Red+Green+Blue) = 98+56+0=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #623800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623800 is #9DC7FF. Grayscale: #3E3E3E. Windows color (decimal): -10340352 or 14434. OLE color: 14434.

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

Color convert

RGB98560-
CMYK00.4310.62
HSL34.29º100%19.22%-
HSV(B)34.29º100%38.43%-
XYZ6.455.430.71-
YUV62.1792.91153.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.64%
GREEN value IS 56 (22.27% from 255) = 36.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.64%
G=36.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9856000.4310.6234.2910019.22
Hex6238002B643E226413
Octal142700053144764214423
Binary1100010111000001010111100100111110100010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623800; }

 p { color: rgb(98,56,0); }

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

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

 a { background-color: rgb(98,56,0); }

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

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

 span { border-color: rgb(98,56,0); }

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