Html Css Color HEX #6F6630 Himalaya

📋 copy color: '#6F6630'

red 111 ◦ green 102 ◦ blue 48

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

Shades of Himalaya #6F6630

Tints of Himalaya #6F6630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.08%

 BLUE value IS 48 (19.14% from 255) = 18.39%

R = 42.53%
G = 39.08%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F6630 (or 0x6F6630) is known color: Himalaya. HEX triplet: 6F, 66 and 30. RGB value is (111,102,48). Sum of RGB (Red+Green+Blue) = 111+102+48=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6630 is #9099CF. Grayscale: #626262. Windows color (decimal): -9476560 or 3171951. OLE color: 3171951.

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

Color convert

RGB 111 102 48 -
CMYK 0 0.08 0.57 0.56
HSL 51.43º 0.4% 0.31% -
HSV(B) 51.43º 0.57% 0.44% -
XYZ 11.84 13.1 4.7 -
YUV 98.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 111 102 48 0 0.08 0.57 0.56 51.43 0.4 0.31
Hex 6F 66 30 0 8 39 38 33 28 1F
Octal 157 146 60 0 10 71 70 63 50 37
Binary 1101111 1100110 110000 0 1000 111001 111000 110011 101000 11111

Color Harmonies of #6F6630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6630

Black with #6F6630

Text Example


Text Example

White with #6F6630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,102,48); }

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

background-color css

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

 a { background-color: rgb(111,102,48); }

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

border-color css

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

 span { border-color: rgb(111,102,48); }

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