Html Css Color HEX #6B816E Laurel

📋 copy color: '#6B816E'

red 107 ◦ green 129 ◦ blue 110

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

Shades of Laurel #6B816E

Tints of Laurel #6B816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.28%

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 30.92%
G = 37.28%
B = 31.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#6B816E (or 0x6B816E) is known color: Laurel. HEX triplet: 6B, 81 and 6E. RGB value is (107,129,110). Sum of RGB (Red+Green+Blue) = 107+129+110=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #6B816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B816E is #947E91. Grayscale: #787878. Windows color (decimal): -9731730 or 7242091. OLE color: 7242091.

HSL color Cylindrical-coordinate representation of color #6B816E: hue angle of 128.18º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B816E is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 129 110 -
CMYK 0.17 0 0.15 0.49
HSL 128.18º 0.09% 0.46% -
HSV(B) 128.18º 0.17% 0.51% -
XYZ 16.73 19.95 17.72 -
YUV 120.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 107 129 110 0.17 0 0.15 0.49 128.18 0.09 0.46
Hex 6B 81 6E 11 0 F 31 80 9 2E
Octal 153 201 156 21 0 17 61 200 11 56
Binary 1101011 10000001 1101110 10001 0 1111 110001 10000000 1001 101110

Color Harmonies of #6B816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B816E

Black with #6B816E

Text Example


Text Example

White with #6B816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,129,110); }

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

background-color css

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

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

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

border-color css

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

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

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