Html Css Color HEX #6B856D Laurel

📋 copy color: '#6B856D'

red 107 ◦ green 133 ◦ blue 109

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

Shades of Laurel #6B856D

Tints of Laurel #6B856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 30.66%
G = 38.11%
B = 31.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#6B856D (or 0x6B856D) is known color: Laurel. HEX triplet: 6B, 85 and 6D. RGB value is (107,133,109). Sum of RGB (Red+Green+Blue) = 107+133+109=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #6B856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B856D is #947A92. Grayscale: #7A7A7A. Windows color (decimal): -9730707 or 7177579. OLE color: 7177579.

HSL color Cylindrical-coordinate representation of color #6B856D: hue angle of 124.62º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B856D is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 133 109 -
CMYK 0.20 0 0.18 0.48
HSL 124.62º 0.11% 0.47% -
HSV(B) 124.62º 0.2% 0.52% -
XYZ 17.21 21 17.62 -
YUV 122.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 107 133 109 0.20 0 0.18 0.48 124.62 0.11 0.47
Hex 6B 85 6D 14 0 12 30 7D B 2F
Octal 153 205 155 24 0 22 60 175 13 57
Binary 1101011 10000101 1101101 10100 0 10010 110000 1111101 1011 101111

Color Harmonies of #6B856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B856D

Black with #6B856D

Text Example


Text Example

White with #6B856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,133,109); }

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

background-color css

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

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

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

border-color css

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

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

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