#613601

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

Shades of Baker's Chocolate #613601

Tints of Baker's Chocolate #613601

Color information

#613601 (or 0x613601) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 36 and 01. RGB value is (97,54,1). Sum of RGB (Red+Green+Blue) = 97+54+1=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #613601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613601 is #9EC9FE. Grayscale: #3D3D3D. Windows color (decimal): -10406399 or 79457. OLE color: 79457.

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

Color convert

RGB97541-
CMYK00.440.990.62
HSL33.12º97.96%19.22%-
HSV(B)33.12º98.97%38.04%-
XYZ6.255.180.7-
YUV60.8194.25153.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=63.82%
G=35.53%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9754100.440.990.6233.1297.9619.22
Hex6136102C633E216213
Octal141661054143764114223
Binary1100001110110101011001100011111110100001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613601; }

 p { color: rgb(97,54,1); }

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

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

 a { background-color: rgb(97,54,1); }

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

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

 span { border-color: rgb(97,54,1); }

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