#611E02

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

Shades of Baker's Chocolate #611E02

Tints of Baker's Chocolate #611E02

Color information

#611E02 (or 0x611E02) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 1E and 02. RGB value is (97,30,2). Sum of RGB (Red+Green+Blue) = 97+30+2=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #611E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E02 is #9EE1FD. Grayscale: #2F2F2F. Windows color (decimal): -10412542 or 138849. OLE color: 138849.

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

Color convert

RGB97302-
CMYK00.690.980.62
HSL17.68º95.96%19.41%-
HSV(B)17.68º97.94%38.04%-
XYZ5.43.470.44-
YUV46.84102.7163.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.19%
GREEN value IS 30 (12.11% from 255) = 23.26%
BLUE value IS 2 (1.17% from 255) = 1.55%
R=75.19%
G=23.26%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9730200.690.980.6217.6895.9619.41
Hex611E2045623E126013
Octal1413620105142762214023
Binary1100001111101001000101110001011111010010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611E02; }

 p { color: rgb(97,30,2); }

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

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

 a { background-color: rgb(97,30,2); }

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

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

 span { border-color: rgb(97,30,2); }

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