Html Css Color HEX #6B7848 Siam

📋 copy color: '#6B7848'

red 107 ◦ green 120 ◦ blue 72

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

Shades of Siam #6B7848

Tints of Siam #6B7848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.13%

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 35.79%
G = 40.13%
B = 24.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#6B7848 (or 0x6B7848) is known color: Siam. HEX triplet: 6B, 78 and 48. RGB value is (107,120,72). Sum of RGB (Red+Green+Blue) = 107+120+72=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7848 is #9487B7. Grayscale: #6E6E6E. Windows color (decimal): -9734072 or 4749419. OLE color: 4749419.

HSL color Cylindrical-coordinate representation of color #6B7848: hue angle of 76.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B7848 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 120 72 -
CMYK 0.11 0 0.40 0.53
HSL 76.25º 0.25% 0.38% -
HSV(B) 76.25º 0.4% 0.47% -
XYZ 13.95 17.03 8.68 -
YUV 110.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 107 120 72 0.11 0 0.40 0.53 76.25 0.25 0.38
Hex 6B 78 48 B 0 28 35 4C 19 26
Octal 153 170 110 13 0 50 65 114 31 46
Binary 1101011 1111000 1001000 1011 0 101000 110101 1001100 11001 100110

Color Harmonies of #6B7848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7848

Black with #6B7848

Text Example


Text Example

White with #6B7848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,120,72); }

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

background-color css

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

 a { background-color: rgb(107,120,72); }

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

border-color css

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

 span { border-color: rgb(107,120,72); }

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