#6A1D02

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

Shades of Baker's Chocolate #6A1D02

Tints of Baker's Chocolate #6A1D02

Color information

#6A1D02 (or 0x6A1D02) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 1D and 02. RGB value is (106,29,2). Sum of RGB (Red+Green+Blue) = 106+29+2=137 (18% of max value = 765). Red value is 106 (41.80% from 255 or 77.37% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1D02 is #95E2FD. Grayscale: #313131. Windows color (decimal): -9822974 or 138602. OLE color: 138602.

HSL color Cylindrical-coordinate representation of color #6A1D02: hue angle of 15.58º 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 #6A1D02 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB106292-
CMYK00.730.980.58
HSL15.58º96.3%21.18%-
HSV(B)15.58º98.11%41.57%-
XYZ6.393.950.48-
YUV48.94101.51168.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 77.37%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=77.37%
G=21.17%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10629200.730.980.5815.5896.321.18
Hex6A1D2049623A106015
Octal1523520111142722014025
Binary1101010111011001001001110001011101010000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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