Html Css Color HEX #6B846C Laurel

📋 copy color: '#6B846C'

red 107 ◦ green 132 ◦ blue 108

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

Shades of Laurel #6B846C

Tints of Laurel #6B846C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.04%

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 30.84%
G = 38.04%
B = 31.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#6B846C (or 0x6B846C) is known color: Laurel. HEX triplet: 6B, 84 and 6C. RGB value is (107,132,108). Sum of RGB (Red+Green+Blue) = 107+132+108=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #6B846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B846C is #947B93. Grayscale: #797979. Windows color (decimal): -9730964 or 7111787. OLE color: 7111787.

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

Color convert

RGB 107 132 108 -
CMYK 0.19 0 0.18 0.48
HSL 122.4º 0.1% 0.47% -
HSV(B) 122.4º 0.19% 0.52% -
XYZ 17.02 20.71 17.29 -
YUV 121.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 107 132 108 0.19 0 0.18 0.48 122.4 0.1 0.47
Hex 6B 84 6C 13 0 12 30 7A A 2F
Octal 153 204 154 23 0 22 60 172 12 57
Binary 1101011 10000100 1101100 10011 0 10010 110000 1111010 1010 101111

Color Harmonies of #6B846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B846C

Black with #6B846C

Text Example


Text Example

White with #6B846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,132,108); }

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

background-color css

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

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

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

border-color css

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

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

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