Html Css Color HEX #6A6231 Himalaya

📋 copy color: '#6A6231'

red 106 ◦ green 98 ◦ blue 49

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

Shades of Himalaya #6A6231

Tints of Himalaya #6A6231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.37%

R = 41.9%
G = 38.74%
B = 19.37%

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

#6A6231 (or 0x6A6231) is known color: Himalaya. HEX triplet: 6A, 62 and 31. RGB value is (106,98,49). Sum of RGB (Red+Green+Blue) = 106+98+49=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6231 is #959DCE. Grayscale: #5F5F5F. Windows color (decimal): -9805263 or 3236458. OLE color: 3236458.

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

Color convert

RGB 106 98 49 -
CMYK 0 0.08 0.54 0.58
HSL 51.58º 0.37% 0.3% -
HSV(B) 51.58º 0.54% 0.42% -
XYZ 10.87 12.02 4.65 -
YUV 94.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 106 98 49 0 0.08 0.54 0.58 51.58 0.37 0.3
Hex 6A 62 31 0 8 36 3A 34 25 1E
Octal 152 142 61 0 10 66 72 64 45 36
Binary 1101010 1100010 110001 0 1000 110110 111010 110100 100101 11110

Color Harmonies of #6A6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6231

Black with #6A6231

Text Example


Text Example

White with #6A6231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,98,49); }

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

background-color css

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

 a { background-color: rgb(106,98,49); }

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

border-color css

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

 span { border-color: rgb(106,98,49); }

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