Html Css Color HEX #6C754B Siam

📋 copy color: '#6C754B'

red 108 ◦ green 117 ◦ blue 75

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

Shades of Siam #6C754B

Tints of Siam #6C754B

RGB

 RED value IS 108 (42.58% from 255) = 36%

 GREEN value IS 117 (46.09% from 255) = 39%

 BLUE value IS 75 (29.69% from 255) = 25%

R = 36%
G = 39%
B = 25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#6C754B (or 0x6C754B) is known color: Siam. HEX triplet: 6C, 75 and 4B. RGB value is (108,117,75). Sum of RGB (Red+Green+Blue) = 108+117+75=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #6C754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C754B is #938AB4. Grayscale: #6D6D6D. Windows color (decimal): -9669301 or 4945260. OLE color: 4945260.

HSL color Cylindrical-coordinate representation of color #6C754B: hue angle of 72.86º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C754B is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 117 75 -
CMYK 0.08 0 0.36 0.54
HSL 72.86º 0.22% 0.38% -
HSV(B) 72.86º 0.36% 0.46% -
XYZ 13.82 16.42 9.1 -
YUV 109.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 108 117 75 0.08 0 0.36 0.54 72.86 0.22 0.38
Hex 6C 75 4B 8 0 24 36 49 16 26
Octal 154 165 113 10 0 44 66 111 26 46
Binary 1101100 1110101 1001011 1000 0 100100 110110 1001001 10110 100110

Color Harmonies of #6C754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C754B

Black with #6C754B

Text Example


Text Example

White with #6C754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,117,75); }

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

background-color css

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

 a { background-color: rgb(108,117,75); }

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

border-color css

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

 span { border-color: rgb(108,117,75); }

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