Html Css Color HEX #6A5E35 Himalaya

📋 copy color: '#6A5E35'

red 106 ◦ green 94 ◦ blue 53

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

Shades of Himalaya #6A5E35

Tints of Himalaya #6A5E35

RGB

 RED value IS 106 (41.8% from 255) = 41.9%

 GREEN value IS 94 (37.11% from 255) = 37.15%

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

R = 41.9%
G = 37.15%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.5

 K value IS 0.58

RGB Variations

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

Color information

#6A5E35 (or 0x6A5E35) is known color: Himalaya. HEX triplet: 6A, 5E and 35. RGB value is (106,94,53). Sum of RGB (Red+Green+Blue) = 106+94+53=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5E35 is #95A1CA. Grayscale: #5D5D5D. Windows color (decimal): -9806283 or 3497578. OLE color: 3497578.

HSL color Cylindrical-coordinate representation of color #6A5E35: hue angle of 46.42º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A5E35 is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 94 53 -
CMYK 0 0.11 0.5 0.58
HSL 46.42º 0.33% 0.31% -
HSV(B) 46.42º 0.5% 0.42% -
XYZ 10.59 11.33 5 -
YUV 92.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 106 94 53 0 0.11 0.5 0.58 46.42 0.33 0.31
Hex 6A 5E 35 0 B 32 3A 2E 21 1F
Octal 152 136 65 0 13 62 72 56 41 37
Binary 1101010 1011110 110101 0 1011 110010 111010 101110 100001 11111

Color Harmonies of #6A5E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5E35

Black with #6A5E35

Text Example


Text Example

White with #6A5E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,94,53); }

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

background-color css

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

 a { background-color: rgb(106,94,53); }

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

border-color css

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

 span { border-color: rgb(106,94,53); }

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