Html Css Color HEX #6E632F Himalaya

📋 copy color: '#6E632F'

red 110 ◦ green 99 ◦ blue 47

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

Shades of Himalaya #6E632F

Tints of Himalaya #6E632F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

 BLUE value IS 47 (18.75% from 255) = 18.36%

R = 42.97%
G = 38.67%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6E632F (or 0x6E632F) is known color: Himalaya. HEX triplet: 6E, 63 and 2F. RGB value is (110,99,47). Sum of RGB (Red+Green+Blue) = 110+99+47=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 110 - color contains mainly: red. Hex color #6E632F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E632F is #919CD0. Grayscale: #606060. Windows color (decimal): -9542865 or 3105646. OLE color: 3105646.

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

Color convert

RGB 110 99 47 -
CMYK 0 0.1 0.57 0.57
HSL 49.52º 0.4% 0.31% -
HSV(B) 49.52º 0.57% 0.43% -
XYZ 11.41 12.44 4.49 -
YUV 96.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 110 99 47 0 0.1 0.57 0.57 49.52 0.4 0.31
Hex 6E 63 2F 0 A 39 39 32 28 1F
Octal 156 143 57 0 12 71 71 62 50 37
Binary 1101110 1100011 101111 0 1010 111001 111001 110010 101000 11111

Color Harmonies of #6E632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E632F

Black with #6E632F

Text Example


Text Example

White with #6E632F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,99,47); }

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

background-color css

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

 a { background-color: rgb(110,99,47); }

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

border-color css

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

 span { border-color: rgb(110,99,47); }

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