#6F6427

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

Shades of Himalaya #6F6427

Tints of Himalaya #6F6427

Color information

#6F6427 (or 0x6F6427) is unknown color: approx Himalaya. HEX triplet: 6F, 64 and 27. RGB value is (111,100,39). Sum of RGB (Red+Green+Blue) = 111+100+39=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6427 is #909BD8. Grayscale: #606060. Windows color (decimal): -9477081 or 2581615. OLE color: 2581615.

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

Color convert

RGB11110039-
CMYK00.100.650.56
HSL50.83º48%29.41%-
HSV(B)50.83º64.86%43.53%-
XYZ11.4812.643.75-
YUV96.3495.64138.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.4%
GREEN value IS 100 (39.45% from 255) = 40%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=44.4%
G=40%
B=15.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111003900.100.650.5650.834829.41
Hex6F64270A413833301d
Octal1571444701210170636035
Binary1101111110010010011101010100000111100011001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,100,39); }

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

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

 a { background-color: rgb(111,100,39); }

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

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

 span { border-color: rgb(111,100,39); }

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