Html Css Color HEX #6A7748 Siam

📋 copy color: '#6A7748'

red 106 ◦ green 119 ◦ blue 72

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

Shades of Siam #6A7748

Tints of Siam #6A7748

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.07%

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 35.69%
G = 40.07%
B = 24.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#6A7748 (or 0x6A7748) is known color: Siam. HEX triplet: 6A, 77 and 48. RGB value is (106,119,72). Sum of RGB (Red+Green+Blue) = 106+119+72=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7748 is #9588B7. Grayscale: #6D6D6D. Windows color (decimal): -9799864 or 4749162. OLE color: 4749162.

HSL color Cylindrical-coordinate representation of color #6A7748: hue angle of 76.6º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A7748 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 119 72 -
CMYK 0.11 0 0.39 0.53
HSL 76.6º 0.25% 0.37% -
HSV(B) 76.6º 0.39% 0.47% -
XYZ 13.71 16.73 8.64 -
YUV 109.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 106 119 72 0.11 0 0.39 0.53 76.6 0.25 0.37
Hex 6A 77 48 B 0 27 35 4D 19 25
Octal 152 167 110 13 0 47 65 115 31 45
Binary 1101010 1110111 1001000 1011 0 100111 110101 1001101 11001 100101

Color Harmonies of #6A7748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7748

Black with #6A7748

Text Example


Text Example

White with #6A7748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,119,72); }

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

background-color css

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

 a { background-color: rgb(106,119,72); }

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

border-color css

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

 span { border-color: rgb(106,119,72); }

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