Html Css Color HEX #6B766B Laurel

📋 copy color: '#6B766B'

red 107 ◦ green 118 ◦ blue 107

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

Shades of Laurel #6B766B

Tints of Laurel #6B766B

RGB

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

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

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

R = 32.23%
G = 35.54%
B = 32.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#6B766B (or 0x6B766B) is known color: Laurel. HEX triplet: 6B, 76 and 6B. RGB value is (107,118,107). Sum of RGB (Red+Green+Blue) = 107+118+107=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 118 - color contains mainly: green. Hex color #6B766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B766B is #948994. Grayscale: #717171. Windows color (decimal): -9734549 or 7042667. OLE color: 7042667.

HSL color Cylindrical-coordinate representation of color #6B766B: hue angle of 120º degrees, saturation: 0.05, 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 #6B766B is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 118 107 -
CMYK 0.09 0 0.09 0.54
HSL 120º 0.05% 0.44% -
HSV(B) 120º 0.09% 0.46% -
XYZ 15.2 17.14 16.42 -
YUV 113.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 107 118 107 0.09 0 0.09 0.54 120 0.05 0.44
Hex 6B 76 6B 9 0 9 36 78 5 2C
Octal 153 166 153 11 0 11 66 170 5 54
Binary 1101011 1110110 1101011 1001 0 1001 110110 1111000 101 101100

Color Harmonies of #6B766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B766B

Black with #6B766B

Text Example


Text Example

White with #6B766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,118,107); }

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

background-color css

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

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

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

border-color css

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

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

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