Html Css Color HEX #6B7345 Siam

📋 copy color: '#6B7345'

red 107 ◦ green 115 ◦ blue 69

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

Shades of Siam #6B7345

Tints of Siam #6B7345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.52%

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 36.77%
G = 39.52%
B = 23.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#6B7345 (or 0x6B7345) is known color: Siam. HEX triplet: 6B, 73 and 45. RGB value is (107,115,69). Sum of RGB (Red+Green+Blue) = 107+115+69=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7345 is #948CBA. Grayscale: #6B6B6B. Windows color (decimal): -9735355 or 4551531. OLE color: 4551531.

HSL color Cylindrical-coordinate representation of color #6B7345: hue angle of 70.43º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B7345 is Cyan = 0.07, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 115 69 -
CMYK 0.07 0 0.4 0.55
HSL 70.43º 0.25% 0.36% -
HSV(B) 70.43º 0.4% 0.45% -
XYZ 13.27 15.82 7.98 -
YUV 107.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 107 115 69 0.07 0 0.4 0.55 70.43 0.25 0.36
Hex 6B 73 45 7 0 28 37 46 19 24
Octal 153 163 105 7 0 50 67 106 31 44
Binary 1101011 1110011 1000101 111 0 101000 110111 1000110 11001 100100

Color Harmonies of #6B7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7345

Black with #6B7345

Text Example


Text Example

White with #6B7345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,115,69); }

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

background-color css

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

 a { background-color: rgb(107,115,69); }

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

border-color css

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

 span { border-color: rgb(107,115,69); }

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