#6A1E02

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

Shades of Baker's Chocolate #6A1E02

Tints of Baker's Chocolate #6A1E02

Color information

#6A1E02 (or 0x6A1E02) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 1E and 02. RGB value is (106,30,2). Sum of RGB (Red+Green+Blue) = 106+30+2=138 (18% of max value = 765). Red value is 106 (41.80% from 255 or 76.81% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1E02 is #95E1FD. Grayscale: #313131. Windows color (decimal): -9822718 or 138858. OLE color: 138858.

HSL color Cylindrical-coordinate representation of color #6A1E02: hue angle of 16.15º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A1E02 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB106302-
CMYK00.720.980.58
HSL16.15º96.3%21.18%-
HSV(B)16.15º98.11%41.57%-
XYZ6.4240.49-
YUV49.53101.18168.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 76.81%
GREEN value IS 30 (12.11% from 255) = 21.74%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=76.81%
G=21.74%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10630200.720.980.5816.1596.321.18
Hex6A1E2048623A106015
Octal1523620110142722014025
Binary1101010111101001001000110001011101010000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A1E02; }

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

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

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

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

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

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

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

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