Html Css Color HEX #6E673A Himalaya

📋 copy color: '#6E673A'

red 110 ◦ green 103 ◦ blue 58

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

Shades of Himalaya #6E673A

Tints of Himalaya #6E673A

RGB

 RED value IS 110 (43.36% from 255) = 40.59%

 GREEN value IS 103 (40.63% from 255) = 38.01%

 BLUE value IS 58 (23.05% from 255) = 21.4%

R = 40.59%
G = 38.01%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6E673A (or 0x6E673A) is known color: Himalaya. HEX triplet: 6E, 67 and 3A. RGB value is (110,103,58). Sum of RGB (Red+Green+Blue) = 110+103+58=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 110 - color contains mainly: red. Hex color #6E673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E673A is #9198C5. Grayscale: #646464. Windows color (decimal): -9541830 or 3827566. OLE color: 3827566.

HSL color Cylindrical-coordinate representation of color #6E673A: hue angle of 51.92º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E673A is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 103 58 -
CMYK 0 0.06 0.47 0.57
HSL 51.92º 0.31% 0.33% -
HSV(B) 51.92º 0.47% 0.43% -
XYZ 12.04 13.32 5.94 -
YUV 99.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 110 103 58 0 0.06 0.47 0.57 51.92 0.31 0.33
Hex 6E 67 3A 0 6 2F 39 34 1F 21
Octal 156 147 72 0 6 57 71 64 37 41
Binary 1101110 1100111 111010 0 110 101111 111001 110100 11111 100001

Color Harmonies of #6E673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E673A

Black with #6E673A

Text Example


Text Example

White with #6E673A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,103,58); }

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

background-color css

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

 a { background-color: rgb(110,103,58); }

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

border-color css

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

 span { border-color: rgb(110,103,58); }

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