Html Css Color HEX #6B8550 Dingley

📋 copy color: '#6B8550'

red 107 ◦ green 133 ◦ blue 80

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

Shades of Dingley #6B8550

Tints of Dingley #6B8550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25%

R = 33.44%
G = 41.56%
B = 25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#6B8550 (or 0x6B8550) is known color: Dingley. HEX triplet: 6B, 85 and 50. RGB value is (107,133,80). Sum of RGB (Red+Green+Blue) = 107+133+80=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8550 is #947AAF. Grayscale: #777777. Windows color (decimal): -9730736 or 5277035. OLE color: 5277035.

HSL color Cylindrical-coordinate representation of color #6B8550: hue angle of 89.43º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B8550 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 133 80 -
CMYK 0.20 0 0.40 0.48
HSL 89.43º 0.25% 0.42% -
HSV(B) 89.43º 0.4% 0.52% -
XYZ 15.9 20.48 10.7 -
YUV 119.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 107 133 80 0.20 0 0.40 0.48 89.43 0.25 0.42
Hex 6B 85 50 14 0 28 30 59 19 2A
Octal 153 205 120 24 0 50 60 131 31 52
Binary 1101011 10000101 1010000 10100 0 101000 110000 1011001 11001 101010

Color Harmonies of #6B8550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8550

Black with #6B8550

Text Example


Text Example

White with #6B8550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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