Html Css Color HEX #6F612F Himalaya

📋 copy color: '#6F612F'

red 111 ◦ green 97 ◦ blue 47

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

Shades of Himalaya #6F612F

Tints of Himalaya #6F612F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.04%

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

R = 43.53%
G = 38.04%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F612F (or 0x6F612F) is known color: Himalaya. HEX triplet: 6F, 61 and 2F. RGB value is (111,97,47). Sum of RGB (Red+Green+Blue) = 111+97+47=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F612F is #909ED0. Grayscale: #5F5F5F. Windows color (decimal): -9477841 or 3105135. OLE color: 3105135.

HSL color Cylindrical-coordinate representation of color #6F612F: hue angle of 46.88º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F612F is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 97 47 -
CMYK 0 0.13 0.58 0.56
HSL 46.88º 0.41% 0.31% -
HSV(B) 46.88º 0.58% 0.44% -
XYZ 11.34 12.13 4.43 -
YUV 95.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 111 97 47 0 0.13 0.58 0.56 46.88 0.41 0.31
Hex 6F 61 2F 0 D 3A 38 2F 29 1F
Octal 157 141 57 0 15 72 70 57 51 37
Binary 1101111 1100001 101111 0 1101 111010 111000 101111 101001 11111

Color Harmonies of #6F612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F612F

Black with #6F612F

Text Example


Text Example

White with #6F612F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,97,47); }

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

background-color css

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

 a { background-color: rgb(111,97,47); }

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

border-color css

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

 span { border-color: rgb(111,97,47); }

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