#613800

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

Shades of Baker's Chocolate #613800

Tints of Baker's Chocolate #613800

Color information

#613800 (or 0x613800) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 38 and 00. RGB value is (97,56,0). Sum of RGB (Red+Green+Blue) = 97+56+0=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #613800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613800 is #9EC7FF. Grayscale: #3E3E3E. Windows color (decimal): -10405888 or 14433. OLE color: 14433.

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

Color convert

RGB97560-
CMYK00.4210.62
HSL34.64º100%19.02%-
HSV(B)34.64º100%38.04%-
XYZ6.345.370.7-
YUV61.8893.08153.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.40%
GREEN value IS 56 (22.27% from 255) = 36.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.40%
G=36.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9756000.4210.6234.6410019.02
Hex6138002A643E236413
Octal141700052144764314423
Binary1100001111000001010101100100111110100011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613800; }

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

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

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

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

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

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

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

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