Html Css Color HEX #6B714A Siam

📋 copy color: '#6B714A'

red 107 ◦ green 113 ◦ blue 74

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

Shades of Siam #6B714A

Tints of Siam #6B714A

RGB

 RED value IS 107 (42.19% from 255) = 36.39%

 GREEN value IS 113 (44.53% from 255) = 38.44%

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

R = 36.39%
G = 38.44%
B = 25.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6B714A (or 0x6B714A) is known color: Siam. HEX triplet: 6B, 71 and 4A. RGB value is (107,113,74). Sum of RGB (Red+Green+Blue) = 107+113+74=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #6B714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B714A is #948EB5. Grayscale: #6A6A6A. Windows color (decimal): -9735862 or 4878699. OLE color: 4878699.

HSL color Cylindrical-coordinate representation of color #6B714A: hue angle of 69.23º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B714A is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 113 74 -
CMYK 0.05 0 0.35 0.56
HSL 69.23º 0.21% 0.37% -
HSV(B) 69.23º 0.35% 0.44% -
XYZ 13.2 15.43 8.76 -
YUV 106.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 107 113 74 0.05 0 0.35 0.56 69.23 0.21 0.37
Hex 6B 71 4A 5 0 23 38 45 15 25
Octal 153 161 112 5 0 43 70 105 25 45
Binary 1101011 1110001 1001010 101 0 100011 111000 1000101 10101 100101

Color Harmonies of #6B714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B714A

Black with #6B714A

Text Example


Text Example

White with #6B714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,74); }

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

background-color css

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

 a { background-color: rgb(107,113,74); }

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

border-color css

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

 span { border-color: rgb(107,113,74); }

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