Html Css Color HEX #6C7055 Siam

📋 copy color: '#6C7055'

red 108 ◦ green 112 ◦ blue 85

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

Shades of Siam #6C7055

Tints of Siam #6C7055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.87%

R = 35.41%
G = 36.72%
B = 27.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6C7055 (or 0x6C7055) is known color: Siam. HEX triplet: 6C, 70 and 55. RGB value is (108,112,85). Sum of RGB (Red+Green+Blue) = 108+112+85=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7055 is #938FAA. Grayscale: #6B6B6B. Windows color (decimal): -9670571 or 5599340. OLE color: 5599340.

HSL color Cylindrical-coordinate representation of color #6C7055: hue angle of 68.89º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C7055 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 112 85 -
CMYK 0.04 0 0.24 0.56
HSL 68.89º 0.14% 0.39% -
HSV(B) 68.89º 0.24% 0.44% -
XYZ 13.62 15.43 10.86 -
YUV 107.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 108 112 85 0.04 0 0.24 0.56 68.89 0.14 0.39
Hex 6C 70 55 4 0 18 38 45 E 27
Octal 154 160 125 4 0 30 70 105 16 47
Binary 1101100 1110000 1010101 100 0 11000 111000 1000101 1110 100111

Color Harmonies of #6C7055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7055

Black with #6C7055

Text Example


Text Example

White with #6C7055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,112,85); }

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

background-color css

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

 a { background-color: rgb(108,112,85); }

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

border-color css

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

 span { border-color: rgb(108,112,85); }

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