Html Css Color HEX #6F6223 Himalaya

📋 copy color: '#6F6223'

red 111 ◦ green 98 ◦ blue 35

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

Shades of Himalaya #6F6223

Tints of Himalaya #6F6223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.34%

R = 45.49%
G = 40.16%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F6223 (or 0x6F6223) is known color: Himalaya. HEX triplet: 6F, 62 and 23. RGB value is (111,98,35). Sum of RGB (Red+Green+Blue) = 111+98+35=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6223 is #909DDC. Grayscale: #5E5E5E. Windows color (decimal): -9477597 or 2318959. OLE color: 2318959.

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

Color convert

RGB 111 98 35 -
CMYK 0 0.12 0.68 0.56
HSL 49.74º 0.52% 0.29% -
HSV(B) 49.74º 0.68% 0.44% -
XYZ 11.23 12.24 3.36 -
YUV 94.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 111 98 35 0 0.12 0.68 0.56 49.74 0.52 0.29
Hex 6F 62 23 0 C 44 38 32 34 1D
Octal 157 142 43 0 14 104 70 62 64 35
Binary 1101111 1100010 100011 0 1100 1000100 111000 110010 110100 11101

Color Harmonies of #6F6223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6223

Black with #6F6223

Text Example


Text Example

White with #6F6223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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