Html Css Color HEX #6A7247 Siam

📋 copy color: '#6A7247'

red 106 ◦ green 114 ◦ blue 71

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

Shades of Siam #6A7247

Tints of Siam #6A7247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.18%

 BLUE value IS 71 (28.13% from 255) = 24.4%

R = 36.43%
G = 39.18%
B = 24.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#6A7247 (or 0x6A7247) is known color: Siam. HEX triplet: 6A, 72 and 47. RGB value is (106,114,71). Sum of RGB (Red+Green+Blue) = 106+114+71=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #6A7247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7247 is #958DB8. Grayscale: #6A6A6A. Windows color (decimal): -9801145 or 4682346. OLE color: 4682346.

HSL color Cylindrical-coordinate representation of color #6A7247: hue angle of 71.16º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A7247 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 114 71 -
CMYK 0.07 0 0.38 0.55
HSL 71.16º 0.23% 0.36% -
HSV(B) 71.16º 0.38% 0.45% -
XYZ 13.1 15.55 8.27 -
YUV 106.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 106 114 71 0.07 0 0.38 0.55 71.16 0.23 0.36
Hex 6A 72 47 7 0 26 37 47 17 24
Octal 152 162 107 7 0 46 67 107 27 44
Binary 1101010 1110010 1000111 111 0 100110 110111 1000111 10111 100100

Color Harmonies of #6A7247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7247

Black with #6A7247

Text Example


Text Example

White with #6A7247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,114,71); }

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

background-color css

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

 a { background-color: rgb(106,114,71); }

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

border-color css

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

 span { border-color: rgb(106,114,71); }

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