Html Css Color HEX #6B836E Laurel

📋 copy color: '#6B836E'

red 107 ◦ green 131 ◦ blue 110

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

Shades of Laurel #6B836E

Tints of Laurel #6B836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.64%

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

R = 30.75%
G = 37.64%
B = 31.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#6B836E (or 0x6B836E) is known color: Laurel. HEX triplet: 6B, 83 and 6E. RGB value is (107,131,110). Sum of RGB (Red+Green+Blue) = 107+131+110=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 131 - color contains mainly: green. Hex color #6B836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B836E is #947C91. Grayscale: #797979. Windows color (decimal): -9731218 or 7242603. OLE color: 7242603.

HSL color Cylindrical-coordinate representation of color #6B836E: hue angle of 127.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B836E is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 131 110 -
CMYK 0.18 0 0.16 0.49
HSL 127.5º 0.1% 0.47% -
HSV(B) 127.5º 0.18% 0.51% -
XYZ 16.99 20.48 17.81 -
YUV 121.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 107 131 110 0.18 0 0.16 0.49 127.5 0.1 0.47
Hex 6B 83 6E 12 0 10 31 80 A 2F
Octal 153 203 156 22 0 20 61 200 12 57
Binary 1101011 10000011 1101110 10010 0 10000 110001 10000000 1010 101111

Color Harmonies of #6B836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B836E

Black with #6B836E

Text Example


Text Example

White with #6B836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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