Html Css Color HEX #6A6130 Himalaya

📋 copy color: '#6A6130'

red 106 ◦ green 97 ◦ blue 48

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

Shades of Himalaya #6A6130

Tints of Himalaya #6A6130

RGB

 RED value IS 106 (41.8% from 255) = 42.23%

 GREEN value IS 97 (38.28% from 255) = 38.65%

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

R = 42.23%
G = 38.65%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6A6130 (or 0x6A6130) is known color: Himalaya. HEX triplet: 6A, 61 and 30. RGB value is (106,97,48). Sum of RGB (Red+Green+Blue) = 106+97+48=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6130 is #959ECF. Grayscale: #5E5E5E. Windows color (decimal): -9805520 or 3170666. OLE color: 3170666.

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

Color convert

RGB 106 97 48 -
CMYK 0 0.08 0.55 0.58
HSL 50.69º 0.38% 0.3% -
HSV(B) 50.69º 0.55% 0.42% -
XYZ 10.75 11.83 4.51 -
YUV 94.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 106 97 48 0 0.08 0.55 0.58 50.69 0.38 0.3
Hex 6A 61 30 0 8 37 3A 33 26 1E
Octal 152 141 60 0 10 67 72 63 46 36
Binary 1101010 1100001 110000 0 1000 110111 111010 110011 100110 11110

Color Harmonies of #6A6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6130

Black with #6A6130

Text Example


Text Example

White with #6A6130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,97,48); }

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

background-color css

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

 a { background-color: rgb(106,97,48); }

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

border-color css

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

 span { border-color: rgb(106,97,48); }

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