Html Css Color HEX #68352A Hairy Heath

📋 copy color: '#68352A'

red 104 ◦ green 53 ◦ blue 42

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

Shades of Hairy Heath #68352A

Tints of Hairy Heath #68352A

RGB

 RED value IS 104 (41.02% from 255) = 52.26%

 GREEN value IS 53 (21.09% from 255) = 26.63%

 BLUE value IS 42 (16.8% from 255) = 21.11%

R = 52.26%
G = 26.63%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#68352A (or 0x68352A) is known color: Hairy Heath. HEX triplet: 68, 35 and 2A. RGB value is (104,53,42). Sum of RGB (Red+Green+Blue) = 104+53+42=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68352A is #97CAD5. Grayscale: #434343. Windows color (decimal): -9947862 or 2766184. OLE color: 2766184.

HSL color Cylindrical-coordinate representation of color #68352A: hue angle of 10.65º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68352A is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 53 42 -
CMYK 0 0.49 0.60 0.59
HSL 10.65º 0.42% 0.29% -
HSV(B) 10.65º 0.6% 0.41% -
XYZ 7.4 5.66 2.89 -
YUV 67 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 104 53 42 0 0.49 0.60 0.59 10.65 0.42 0.29
Hex 68 35 2A 0 31 3C 3B B 2A 1D
Octal 150 65 52 0 61 74 73 13 52 35
Binary 1101000 110101 101010 0 110001 111100 111011 1011 101010 11101

Color Harmonies of #68352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68352A

Black with #68352A

Text Example


Text Example

White with #68352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,53,42); }

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

background-color css

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

 a { background-color: rgb(104,53,42); }

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

border-color css

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

 span { border-color: rgb(104,53,42); }

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