Html Css Color HEX #6F6025 Himalaya

📋 copy color: '#6F6025'

red 111 ◦ green 96 ◦ blue 37

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

Shades of Himalaya #6F6025

Tints of Himalaya #6F6025

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.34%

 BLUE value IS 37 (14.84% from 255) = 15.16%

R = 45.49%
G = 39.34%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F6025 (or 0x6F6025) is known color: Himalaya. HEX triplet: 6F, 60 and 25. RGB value is (111,96,37). Sum of RGB (Red+Green+Blue) = 111+96+37=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6025 is #909FDA. Grayscale: #5E5E5E. Windows color (decimal): -9478107 or 2449519. OLE color: 2449519.

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

Color convert

RGB 111 96 37 -
CMYK 0 0.14 0.67 0.56
HSL 47.84º 0.5% 0.29% -
HSV(B) 47.84º 0.67% 0.44% -
XYZ 11.07 11.88 3.46 -
YUV 93.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 111 96 37 0 0.14 0.67 0.56 47.84 0.5 0.29
Hex 6F 60 25 0 E 43 38 30 32 1D
Octal 157 140 45 0 16 103 70 60 62 35
Binary 1101111 1100000 100101 0 1110 1000011 111000 110000 110010 11101

Color Harmonies of #6F6025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6025

Black with #6F6025

Text Example


Text Example

White with #6F6025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,96,37); }

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

background-color css

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

 a { background-color: rgb(111,96,37); }

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

border-color css

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

 span { border-color: rgb(111,96,37); }

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