Html Css Color HEX #6D652A Himalaya

📋 copy color: '#6D652A'

red 109 ◦ green 101 ◦ blue 42

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

Shades of Himalaya #6D652A

Tints of Himalaya #6D652A

RGB

 RED value IS 109 (42.97% from 255) = 43.25%

 GREEN value IS 101 (39.84% from 255) = 40.08%

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 43.25%
G = 40.08%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D652A (or 0x6D652A) is known color: Himalaya. HEX triplet: 6D, 65 and 2A. RGB value is (109,101,42). Sum of RGB (Red+Green+Blue) = 109+101+42=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D652A is #929AD5. Grayscale: #606060. Windows color (decimal): -9607894 or 2778477. OLE color: 2778477.

HSL color Cylindrical-coordinate representation of color #6D652A: hue angle of 52.84º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D652A is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 101 42 -
CMYK 0 0.07 0.61 0.57
HSL 52.84º 0.44% 0.3% -
HSV(B) 52.84º 0.61% 0.43% -
XYZ 11.38 12.73 4.05 -
YUV 96.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 109 101 42 0 0.07 0.61 0.57 52.84 0.44 0.3
Hex 6D 65 2A 0 7 3D 39 35 2C 1E
Octal 155 145 52 0 7 75 71 65 54 36
Binary 1101101 1100101 101010 0 111 111101 111001 110101 101100 11110

Color Harmonies of #6D652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D652A

Black with #6D652A

Text Example


Text Example

White with #6D652A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,101,42); }

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

background-color css

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

 a { background-color: rgb(109,101,42); }

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

border-color css

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

 span { border-color: rgb(109,101,42); }

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