Html Css Color HEX #6A705A Siam

📋 copy color: '#6A705A'

red 106 ◦ green 112 ◦ blue 90

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

Shades of Siam #6A705A

Tints of Siam #6A705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

 BLUE value IS 90 (35.55% from 255) = 29.22%

R = 34.42%
G = 36.36%
B = 29.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6A705A (or 0x6A705A) is known color: Siam. HEX triplet: 6A, 70 and 5A. RGB value is (106,112,90). Sum of RGB (Red+Green+Blue) = 106+112+90=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #6A705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A705A is #958FA5. Grayscale: #6B6B6B. Windows color (decimal): -9801638 or 5927018. OLE color: 5927018.

HSL color Cylindrical-coordinate representation of color #6A705A: hue angle of 76.36º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A705A is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 112 90 -
CMYK 0.05 0 0.20 0.56
HSL 76.36º 0.11% 0.4% -
HSV(B) 76.36º 0.2% 0.44% -
XYZ 13.58 15.39 11.93 -
YUV 107.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 106 112 90 0.05 0 0.20 0.56 76.36 0.11 0.4
Hex 6A 70 5A 5 0 14 38 4C B 28
Octal 152 160 132 5 0 24 70 114 13 50
Binary 1101010 1110000 1011010 101 0 10100 111000 1001100 1011 101000

Color Harmonies of #6A705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A705A

Black with #6A705A

Text Example


Text Example

White with #6A705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,112,90); }

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

background-color css

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

 a { background-color: rgb(106,112,90); }

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

border-color css

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

 span { border-color: rgb(106,112,90); }

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