Html Css Color HEX #6C6E4B Siam

📋 copy color: '#6C6E4B'

red 108 ◦ green 110 ◦ blue 75

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

Shades of Siam #6C6E4B

Tints of Siam #6C6E4B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.54%

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

R = 36.86%
G = 37.54%
B = 25.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6C6E4B (or 0x6C6E4B) is known color: Siam. HEX triplet: 6C, 6E and 4B. RGB value is (108,110,75). Sum of RGB (Red+Green+Blue) = 108+110+75=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 110 - color contains mainly: green. Hex color #6C6E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6E4B is #9391B4. Grayscale: #696969. Windows color (decimal): -9671093 or 4943468. OLE color: 4943468.

HSL color Cylindrical-coordinate representation of color #6C6E4B: hue angle of 63.43º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C6E4B is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 108 110 75 -
CMYK 0.02 0 0.32 0.57
HSL 63.43º 0.19% 0.36% -
HSV(B) 63.43º 0.32% 0.43% -
XYZ 13.03 14.85 8.84 -
YUV 105.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 108 110 75 0.02 0 0.32 0.57 63.43 0.19 0.36
Hex 6C 6E 4B 2 0 20 39 3F 13 24
Octal 154 156 113 2 0 40 71 77 23 44
Binary 1101100 1101110 1001011 10 0 100000 111001 111111 10011 100100

Color Harmonies of #6C6E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6E4B

Black with #6C6E4B

Text Example


Text Example

White with #6C6E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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