#6B856A

Color #6B856A Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #6B856A

Tints of Laurel #6B856A

Color information

#6B856A (or 0x6B856A) is unknown color: approx Laurel. HEX triplet: 6B, 85 and 6A. RGB value is (107,133,106). Sum of RGB (Red+Green+Blue) = 107+133+106=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #6B856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B856A is #947A95. Grayscale: #7A7A7A. Windows color (decimal): -9730710 or 6980971. OLE color: 6980971.

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

Color convert

RGB107133106-
CMYK0.2000.200.48
HSL117.78º11.3%46.86%-
HSV(B)117.78º20.3%52.16%-
XYZ17.0520.9416.78-
YUV122.15118.89117.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.92%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=30.92%
G=38.44%
B=30.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1071331060.2000.200.48117.7811.346.86
Hex6B856A140143076b2f
Octal15320515224024601661357
Binary11010111000010111010101010001010011000011101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B856A;
 }
 .AnyTagClassName
 {
   color: #6B856A;
 }
</style>
background-color css

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

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

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

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

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

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