Html Css Color HEX #673320 Hairy Heath

📋 copy color: '#673320'

red 103 ◦ green 51 ◦ blue 32

#673320
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hairy Heath #673320

Tints of Hairy Heath #673320

RGB

 RED value IS 103 (40.63% from 255) = 55.38%

 GREEN value IS 51 (20.31% from 255) = 27.42%

 BLUE value IS 32 (12.89% from 255) = 17.2%

R = 55.38%
G = 27.42%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#673320 (or 0x673320) is known color: Hairy Heath. HEX triplet: 67, 33 and 20. RGB value is (103,51,32). Sum of RGB (Red+Green+Blue) = 103+51+32=186 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.38% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 103 - color contains mainly: red. Hex color #673320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673320 is #98CCDF. Grayscale: #404040. Windows color (decimal): -10013920 or 2110311. OLE color: 2110311.

HSL color Cylindrical-coordinate representation of color #673320: hue angle of 16.06º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #673320 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 51 32 -
CMYK 0 0.50 0.69 0.60
HSL 16.06º 0.53% 0.26% -
HSV(B) 16.06º 0.69% 0.4% -
XYZ 7.04 5.36 2.03 -
YUV 64.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 103 51 32 0 0.50 0.69 0.60 16.06 0.53 0.26
Hex 67 33 20 0 32 45 3C 10 35 1A
Octal 147 63 40 0 62 105 74 20 65 32
Binary 1100111 110011 100000 0 110010 1000101 111100 10000 110101 11010

Color Harmonies of #673320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673320

Black with #673320

Text Example


Text Example

White with #673320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673320; }

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

 H1.HeaderClassName
 {
   color: #673320;
 }
 .AnyTagClassName
 {
   color: #673320;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #673320;
 }
 .BgClassName
 {
   background-color: #673320;
 }
</style>

border-color css

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

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

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