Html Css Color HEX #6B756B Laurel

📋 copy color: '#6B756B'

red 107 ◦ green 117 ◦ blue 107

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

Shades of Laurel #6B756B

Tints of Laurel #6B756B

RGB

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

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

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

R = 32.33%
G = 35.35%
B = 32.33%

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

#6B756B (or 0x6B756B) is known color: Laurel. HEX triplet: 6B, 75 and 6B. RGB value is (107,117,107). Sum of RGB (Red+Green+Blue) = 107+117+107=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 117 - color contains mainly: green. Hex color #6B756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B756B is #948A94. Grayscale: #707070. Windows color (decimal): -9734805 or 7042411. OLE color: 7042411.

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

Color convert

RGB 107 117 107 -
CMYK 0.09 0 0.09 0.54
HSL 120º 0.04% 0.44% -
HSV(B) 120º 0.09% 0.46% -
XYZ 15.08 16.91 16.38 -
YUV 112.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 107 117 107 0.09 0 0.09 0.54 120 0.04 0.44
Hex 6B 75 6B 9 0 9 36 78 4 2C
Octal 153 165 153 11 0 11 66 170 4 54
Binary 1101011 1110101 1101011 1001 0 1001 110110 1111000 100 101100

Color Harmonies of #6B756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B756B

Black with #6B756B

Text Example


Text Example

White with #6B756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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