#6F693A

Color #6F693A Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #6F693A

Tints of Himalaya #6F693A

Color information

#6F693A (or 0x6F693A) is unknown color: approx Himalaya. HEX triplet: 6F, 69 and 3A. RGB value is (111,105,58). Sum of RGB (Red+Green+Blue) = 111+105+58=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F693A is #9096C5. Grayscale: #656565. Windows color (decimal): -9475782 or 3828079. OLE color: 3828079.

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

Color convert

RGB11110558-
CMYK00.050.480.56
HSL53.21º31.36%33.14%-
HSV(B)53.21º47.75%43.53%-
XYZ12.3713.796.01-
YUV101.44103.49134.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=40.51%
G=38.32%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111055800.050.480.5653.2131.3633.14
Hex6F693A053038351f21
Octal15715172056070653741
Binary11011111101001111010010111000011100011010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,105,58); }

 H1.HeaderClassName
 {
   color: #6F693A;
 }
 .AnyTagClassName
 {
   color: #6F693A;
 }
</style>
background-color css

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

 a { background-color: rgb(111,105,58); }

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

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

 span { border-color: rgb(111,105,58); }

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