Html Css Color HEX #69764A Siam

📋 copy color: '#69764A'

red 105 ◦ green 118 ◦ blue 74

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

Shades of Siam #69764A

Tints of Siam #69764A

RGB

 RED value IS 105 (41.41% from 255) = 35.35%

 GREEN value IS 118 (46.48% from 255) = 39.73%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 35.35%
G = 39.73%
B = 24.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#69764A (or 0x69764A) is known color: Siam. HEX triplet: 69, 76 and 4A. RGB value is (105,118,74). Sum of RGB (Red+Green+Blue) = 105+118+74=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #69764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69764A is #9689B5. Grayscale: #6D6D6D. Windows color (decimal): -9865654 or 4879977. OLE color: 4879977.

HSL color Cylindrical-coordinate representation of color #69764A: hue angle of 77.73º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69764A is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 74 -
CMYK 0.11 0 0.37 0.54
HSL 77.73º 0.23% 0.38% -
HSV(B) 77.73º 0.37% 0.46% -
XYZ 13.54 16.45 8.94 -
YUV 109.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 105 118 74 0.11 0 0.37 0.54 77.73 0.23 0.38
Hex 69 76 4A B 0 25 36 4E 17 26
Octal 151 166 112 13 0 45 66 116 27 46
Binary 1101001 1110110 1001010 1011 0 100101 110110 1001110 10111 100110

Color Harmonies of #69764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69764A

Black with #69764A

Text Example


Text Example

White with #69764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69764A; }

 p { color: rgb(105,118,74); }

 H1.HeaderClassName
 {
   color: #69764A;
 }
 .AnyTagClassName
 {
   color: #69764A;
 }
</style>

background-color css

<style>
 a { background-color: #69764A; }

 a { background-color: rgb(105,118,74); }

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

border-color css

<style>
 span { border-color: #69764A; }

 span { border-color: rgb(105,118,74); }

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