Html Css Color HEX #6F5E29 Himalaya

📋 copy color: '#6F5E29'

red 111 ◦ green 94 ◦ blue 41

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

Shades of Himalaya #6F5E29

Tints of Himalaya #6F5E29

RGB

 RED value IS 111 (43.75% from 255) = 45.12%

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

 BLUE value IS 41 (16.41% from 255) = 16.67%

R = 45.12%
G = 38.21%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F5E29 (or 0x6F5E29) is known color: Himalaya. HEX triplet: 6F, 5E and 29. RGB value is (111,94,41). Sum of RGB (Red+Green+Blue) = 111+94+41=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E29 is #90A1D6. Grayscale: #5D5D5D. Windows color (decimal): -9478615 or 2711151. OLE color: 2711151.

HSL color Cylindrical-coordinate representation of color #6F5E29: hue angle of 45.43º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F5E29 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 94 41 -
CMYK 0 0.15 0.63 0.56
HSL 45.43º 0.46% 0.3% -
HSV(B) 45.43º 0.63% 0.44% -
XYZ 10.96 11.55 3.75 -
YUV 93.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 111 94 41 0 0.15 0.63 0.56 45.43 0.46 0.3
Hex 6F 5E 29 0 F 3F 38 2D 2E 1E
Octal 157 136 51 0 17 77 70 55 56 36
Binary 1101111 1011110 101001 0 1111 111111 111000 101101 101110 11110

Color Harmonies of #6F5E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5E29

Black with #6F5E29

Text Example


Text Example

White with #6F5E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,94,41); }

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

background-color css

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

 a { background-color: rgb(111,94,41); }

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

border-color css

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

 span { border-color: rgb(111,94,41); }

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