#67332A

Color #67332A Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #67332A

Tints of Hairy Heath #67332A

Color information

#67332A (or 0x67332A) is unknown color: approx Hairy Heath. HEX triplet: 67, 33 and 2A. RGB value is (103,51,42). Sum of RGB (Red+Green+Blue) = 103+51+42=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #67332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67332A is #98CCD5. Grayscale: #414141. Windows color (decimal): -10013910 or 2765671. OLE color: 2765671.

HSL color Cylindrical-coordinate representation of color #67332A: hue angle of 8.85º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67332A is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB1035142-
CMYK00.500.590.60
HSL8.85º42.07%28.43%-
HSV(B)8.85º59.22%40.39%-
XYZ7.25.422.86-
YUV65.52114.73154.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.55%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=52.55%
G=26.02%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103514200.500.590.608.8542.0728.43
Hex67332A0323B3C92a1c
Octal14763520627374115234
Binary11001111100111010100110010111011111100100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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