#67351A

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

Shades of Baker's Chocolate #67351A

Tints of Baker's Chocolate #67351A

Color information

#67351A (or 0x67351A) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 35 and 1A. RGB value is (103,53,26). Sum of RGB (Red+Green+Blue) = 103+53+26=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #67351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67351A is #98CAE5. Grayscale: #414141. Windows color (decimal): -10013414 or 1717607. OLE color: 1717607.

HSL color Cylindrical-coordinate representation of color #67351A: hue angle of 21.04º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67351A is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1035326-
CMYK00.490.750.60
HSL21.04º59.69%25.29%-
HSV(B)21.04º74.76%40.39%-
XYZ7.055.51.67-
YUV64.87106.06155.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.59%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=56.59%
G=29.12%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103532600.490.750.6021.0459.6925.29
Hex67351A0314B3C153c19
Octal147653206111374257431
Binary110011111010111010011000110010111111001010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67351A; }

 p { color: rgb(103,53,26); }

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

<style>
 a { background-color: #67351A; }

 a { background-color: rgb(103,53,26); }

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

<style>
 span { border-color: #67351A; }

 span { border-color: rgb(103,53,26); }

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