Html Css Color HEX #6F6231 Himalaya

📋 copy color: '#6F6231'

red 111 ◦ green 98 ◦ blue 49

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

Shades of Himalaya #6F6231

Tints of Himalaya #6F6231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.98%

 BLUE value IS 49 (19.53% from 255) = 18.99%

R = 43.02%
G = 37.98%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#6F6231 (or 0x6F6231) is known color: Himalaya. HEX triplet: 6F, 62 and 31. RGB value is (111,98,49). Sum of RGB (Red+Green+Blue) = 111+98+49=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6231 is #909DCE. Grayscale: #606060. Windows color (decimal): -9477583 or 3236463. OLE color: 3236463.

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

Color convert

RGB 111 98 49 -
CMYK 0 0.12 0.56 0.56
HSL 47.42º 0.39% 0.31% -
HSV(B) 47.42º 0.56% 0.44% -
XYZ 11.48 12.34 4.68 -
YUV 96.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 111 98 49 0 0.12 0.56 0.56 47.42 0.39 0.31
Hex 6F 62 31 0 C 38 38 2F 27 1F
Octal 157 142 61 0 14 70 70 57 47 37
Binary 1101111 1100010 110001 0 1100 111000 111000 101111 100111 11111

Color Harmonies of #6F6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6231

Black with #6F6231

Text Example


Text Example

White with #6F6231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,98,49); }

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

background-color css

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

 a { background-color: rgb(111,98,49); }

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

border-color css

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

 span { border-color: rgb(111,98,49); }

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