Html Css Color HEX #6C5D35 Himalaya

📋 copy color: '#6C5D35'

red 108 ◦ green 93 ◦ blue 53

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

Shades of Himalaya #6C5D35

Tints of Himalaya #6C5D35

RGB

 RED value IS 108 (42.58% from 255) = 42.52%

 GREEN value IS 93 (36.72% from 255) = 36.61%

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 42.52%
G = 36.61%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6C5D35 (or 0x6C5D35) is known color: Himalaya. HEX triplet: 6C, 5D and 35. RGB value is (108,93,53). Sum of RGB (Red+Green+Blue) = 108+93+53=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5D35 is #93A2CA. Grayscale: #5D5D5D. Windows color (decimal): -9675467 or 3497324. OLE color: 3497324.

HSL color Cylindrical-coordinate representation of color #6C5D35: hue angle of 43.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C5D35 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 93 53 -
CMYK 0 0.14 0.51 0.58
HSL 43.64º 0.34% 0.32% -
HSV(B) 43.64º 0.51% 0.42% -
XYZ 10.74 11.27 4.98 -
YUV 92.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 108 93 53 0 0.14 0.51 0.58 43.64 0.34 0.32
Hex 6C 5D 35 0 E 33 3A 2C 22 20
Octal 154 135 65 0 16 63 72 54 42 40
Binary 1101100 1011101 110101 0 1110 110011 111010 101100 100010 100000

Color Harmonies of #6C5D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5D35

Black with #6C5D35

Text Example


Text Example

White with #6C5D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C5D35; }

 p { color: rgb(108,93,53); }

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

background-color css

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

 a { background-color: rgb(108,93,53); }

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

border-color css

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

 span { border-color: rgb(108,93,53); }

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