Html Css Color HEX #6F5D25 Himalaya

📋 copy color: '#6F5D25'

red 111 ◦ green 93 ◦ blue 37

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

Shades of Himalaya #6F5D25

Tints of Himalaya #6F5D25

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.59%

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

R = 46.06%
G = 38.59%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F5D25 (or 0x6F5D25) is known color: Himalaya. HEX triplet: 6F, 5D and 25. RGB value is (111,93,37). Sum of RGB (Red+Green+Blue) = 111+93+37=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5D25 is #90A2DA. Grayscale: #5C5C5C. Windows color (decimal): -9478875 or 2448751. OLE color: 2448751.

HSL color Cylindrical-coordinate representation of color #6F5D25: hue angle of 45.41º 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 #6F5D25 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 93 37 -
CMYK 0 0.16 0.67 0.56
HSL 45.41º 0.5% 0.29% -
HSV(B) 45.41º 0.67% 0.44% -
XYZ 10.8 11.34 3.37 -
YUV 92 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 111 93 37 0 0.16 0.67 0.56 45.41 0.5 0.29
Hex 6F 5D 25 0 10 43 38 2D 32 1D
Octal 157 135 45 0 20 103 70 55 62 35
Binary 1101111 1011101 100101 0 10000 1000011 111000 101101 110010 11101

Color Harmonies of #6F5D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5D25

Black with #6F5D25

Text Example


Text Example

White with #6F5D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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