#6F6323

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

Shades of Himalaya #6F6323

Tints of Himalaya #6F6323

Color information

#6F6323 (or 0x6F6323) is unknown color: approx Himalaya. HEX triplet: 6F, 63 and 23. RGB value is (111,99,35). Sum of RGB (Red+Green+Blue) = 111+99+35=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6323 is #909CDC. Grayscale: #5F5F5F. Windows color (decimal): -9477341 or 2319215. OLE color: 2319215.

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

Color convert

RGB1119935-
CMYK00.110.680.56
HSL50.53º52.05%28.63%-
HSV(B)50.53º68.47%43.53%-
XYZ11.3212.423.39-
YUV95.2993.98139.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.31%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 35 (14.06% from 255) = 14.29%
R=45.31%
G=40.41%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111993500.110.680.5650.5352.0528.63
Hex6F63230B443833341d
Octal1571434301310470636435
Binary1101111110001110001101011100010011100011001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,99,35); }

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

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

 a { background-color: rgb(111,99,35); }

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

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

 span { border-color: rgb(111,99,35); }

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