Html Css Color HEX #6C6332 Himalaya

📋 copy color: '#6C6332'

red 108 ◦ green 99 ◦ blue 50

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

Shades of Himalaya #6C6332

Tints of Himalaya #6C6332

RGB

 RED value IS 108 (42.58% from 255) = 42.02%

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

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 42.02%
G = 38.52%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#6C6332 (or 0x6C6332) is known color: Himalaya. HEX triplet: 6C, 63 and 32. RGB value is (108,99,50). Sum of RGB (Red+Green+Blue) = 108+99+50=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6332 is #939CCD. Grayscale: #606060. Windows color (decimal): -9673934 or 3302252. OLE color: 3302252.

HSL color Cylindrical-coordinate representation of color #6C6332: hue angle of 50.69º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C6332 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 99 50 -
CMYK 0 0.08 0.54 0.58
HSL 50.69º 0.37% 0.31% -
HSV(B) 50.69º 0.54% 0.42% -
XYZ 11.22 12.34 4.81 -
YUV 96.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 108 99 50 0 0.08 0.54 0.58 50.69 0.37 0.31
Hex 6C 63 32 0 8 36 3A 33 25 1F
Octal 154 143 62 0 10 66 72 63 45 37
Binary 1101100 1100011 110010 0 1000 110110 111010 110011 100101 11111

Color Harmonies of #6C6332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6332

Black with #6C6332

Text Example


Text Example

White with #6C6332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,99,50); }

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

background-color css

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

 a { background-color: rgb(108,99,50); }

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

border-color css

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

 span { border-color: rgb(108,99,50); }

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