#67331A

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

Shades of Baker's Chocolate #67331A

Tints of Baker's Chocolate #67331A

Color information

#67331A (or 0x67331A) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 33 and 1A. RGB value is (103,51,26). Sum of RGB (Red+Green+Blue) = 103+51+26=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #67331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67331A is #98CCE5. Grayscale: #3F3F3F. Windows color (decimal): -10013926 or 1717095. OLE color: 1717095.

HSL color Cylindrical-coordinate representation of color #67331A: hue angle of 19.48º 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 #67331A is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1035126-
CMYK00.500.750.60
HSL19.48º59.69%25.29%-
HSV(B)19.48º74.76%40.39%-
XYZ6.965.331.64-
YUV63.7106.73156.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 57.22%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 26 (10.55% from 255) = 14.44%
R=57.22%
G=28.33%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103512600.500.750.6019.4859.6925.29
Hex67331A0324B3C133c19
Octal147633206211374237431
Binary110011111001111010011001010010111111001001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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