Html Css Color HEX #6B756C Laurel

📋 copy color: '#6B756C'

red 107 ◦ green 117 ◦ blue 108

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

Shades of Laurel #6B756C

Tints of Laurel #6B756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 32.23%
G = 35.24%
B = 32.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#6B756C (or 0x6B756C) is known color: Laurel. HEX triplet: 6B, 75 and 6C. RGB value is (107,117,108). Sum of RGB (Red+Green+Blue) = 107+117+108=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #6B756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B756C is #948A93. Grayscale: #717171. Windows color (decimal): -9734804 or 7107947. OLE color: 7107947.

HSL color Cylindrical-coordinate representation of color #6B756C: hue angle of 126º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B756C is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 117 108 -
CMYK 0.09 0 0.08 0.54
HSL 126º 0.04% 0.44% -
HSV(B) 126º 0.09% 0.46% -
XYZ 15.13 16.93 16.66 -
YUV 112.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 107 117 108 0.09 0 0.08 0.54 126 0.04 0.44
Hex 6B 75 6C 9 0 8 36 7E 4 2C
Octal 153 165 154 11 0 10 66 176 4 54
Binary 1101011 1110101 1101100 1001 0 1000 110110 1111110 100 101100

Color Harmonies of #6B756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B756C

Black with #6B756C

Text Example


Text Example

White with #6B756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,117,108); }

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

background-color css

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

 a { background-color: rgb(107,117,108); }

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

border-color css

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

 span { border-color: rgb(107,117,108); }

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