#613A00

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

Shades of Baker's Chocolate #613A00

Tints of Baker's Chocolate #613A00

Color information

#613A00 (or 0x613A00) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 3A and 00. RGB value is (97,58,0). Sum of RGB (Red+Green+Blue) = 97+58+0=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #613A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A00 is #9EC5FF. Grayscale: #3F3F3F. Windows color (decimal): -10405376 or 14945. OLE color: 14945.

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

Color convert

RGB97580-
CMYK00.4010.62
HSL35.88º100%19.02%-
HSV(B)35.88º100%38.04%-
XYZ6.445.570.74-
YUV63.0592.42152.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.58%
G=37.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9758000.4010.6235.8810019.02
Hex613A0028643E246413
Octal141720050144764414423
Binary1100001111010001010001100100111110100100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613A00; }

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

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

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

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

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

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

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

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