#6A330F

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

Shades of Baker's Chocolate #6A330F

Tints of Baker's Chocolate #6A330F

Color information

#6A330F (or 0x6A330F) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 33 and 0F. RGB value is (106,51,15). Sum of RGB (Red+Green+Blue) = 106+51+15=172 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.63% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 106 - color contains mainly: red. Hex color #6A330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A330F is #95CCF0. Grayscale: #3F3F3F. Windows color (decimal): -9817329 or 996202. OLE color: 996202.

HSL color Cylindrical-coordinate representation of color #6A330F: hue angle of 23.74º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A330F is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB1065115-
CMYK00.520.860.58
HSL23.74º75.21%23.73%-
HSV(B)23.74º85.85%41.57%-
XYZ7.215.471.13-
YUV63.34100.72158.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 61.63%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 15 (6.25% from 255) = 8.72%
R=61.63%
G=29.65%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106511500.520.860.5823.7475.2123.73
Hex6A33F034563A184b18
Octal1526317064126723011330
Binary110101011001111110110100101011011101011000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,51,15); }

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

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

 a { background-color: rgb(106,51,15); }

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

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

 span { border-color: rgb(106,51,15); }

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