Html Css Color HEX #6F632C Himalaya

📋 copy color: '#6F632C'

red 111 ◦ green 99 ◦ blue 44

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

Shades of Himalaya #6F632C

Tints of Himalaya #6F632C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.98%

 BLUE value IS 44 (17.58% from 255) = 17.32%

R = 43.7%
G = 38.98%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#6F632C (or 0x6F632C) is known color: Himalaya. HEX triplet: 6F, 63 and 2C. RGB value is (111,99,44). Sum of RGB (Red+Green+Blue) = 111+99+44=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F632C is #909CD3. Grayscale: #606060. Windows color (decimal): -9477332 or 2909039. OLE color: 2909039.

HSL color Cylindrical-coordinate representation of color #6F632C: hue angle of 49.25º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F632C is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 99 44 -
CMYK 0 0.11 0.60 0.56
HSL 49.25º 0.43% 0.3% -
HSV(B) 49.25º 0.6% 0.44% -
XYZ 11.47 12.49 4.19 -
YUV 96.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 111 99 44 0 0.11 0.60 0.56 49.25 0.43 0.3
Hex 6F 63 2C 0 B 3C 38 31 2B 1E
Octal 157 143 54 0 13 74 70 61 53 36
Binary 1101111 1100011 101100 0 1011 111100 111000 110001 101011 11110

Color Harmonies of #6F632C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F632C

Black with #6F632C

Text Example


Text Example

White with #6F632C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,99,44); }

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

background-color css

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

 a { background-color: rgb(111,99,44); }

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

border-color css

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

 span { border-color: rgb(111,99,44); }

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