Html Css Color HEX #6A6333 Himalaya

📋 copy color: '#6A6333'

red 106 ◦ green 99 ◦ blue 51

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

Shades of Himalaya #6A6333

Tints of Himalaya #6A6333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.92%

R = 41.41%
G = 38.67%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.58

RGB Variations

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

Color information

#6A6333 (or 0x6A6333) is known color: Himalaya. HEX triplet: 6A, 63 and 33. RGB value is (106,99,51). Sum of RGB (Red+Green+Blue) = 106+99+51=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6333 is #959CCC. Grayscale: #5F5F5F. Windows color (decimal): -9805005 or 3367786. OLE color: 3367786.

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

Color convert

RGB 106 99 51 -
CMYK 0 0.07 0.52 0.58
HSL 52.36º 0.35% 0.31% -
HSV(B) 52.36º 0.52% 0.42% -
XYZ 11 12.23 4.91 -
YUV 95.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 106 99 51 0 0.07 0.52 0.58 52.36 0.35 0.31
Hex 6A 63 33 0 7 34 3A 34 23 1F
Octal 152 143 63 0 7 64 72 64 43 37
Binary 1101010 1100011 110011 0 111 110100 111010 110100 100011 11111

Color Harmonies of #6A6333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6333

Black with #6A6333

Text Example


Text Example

White with #6A6333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,99,51); }

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

background-color css

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

 a { background-color: rgb(106,99,51); }

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

border-color css

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

 span { border-color: rgb(106,99,51); }

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