Html Css Color HEX #6B874C Dingley

📋 copy color: '#6B874C'

red 107 ◦ green 135 ◦ blue 76

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

Shades of Dingley #6B874C

Tints of Dingley #6B874C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.45%

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 33.65%
G = 42.45%
B = 23.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#6B874C (or 0x6B874C) is known color: Dingley. HEX triplet: 6B, 87 and 4C. RGB value is (107,135,76). Sum of RGB (Red+Green+Blue) = 107+135+76=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #6B874C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B874C is #9478B3. Grayscale: #787878. Windows color (decimal): -9730228 or 5015403. OLE color: 5015403.

HSL color Cylindrical-coordinate representation of color #6B874C: hue angle of 88.47º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B874C is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 135 76 -
CMYK 0.21 0 0.44 0.47
HSL 88.47º 0.28% 0.41% -
HSV(B) 88.47º 0.44% 0.53% -
XYZ 16.03 20.98 10.04 -
YUV 119.9 103.22 118.8 -
System Red Green Blue C M Y K H S L
Decimal 107 135 76 0.21 0 0.44 0.47 88.47 0.28 0.41
Hex 6B 87 4C 15 0 2C 2F 58 1C 29
Octal 153 207 114 25 0 54 57 130 34 51
Binary 1101011 10000111 1001100 10101 0 101100 101111 1011000 11100 101001

Color Harmonies of #6B874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B874C

Black with #6B874C

Text Example


Text Example

White with #6B874C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,135,76); }

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

background-color css

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

 a { background-color: rgb(107,135,76); }

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

border-color css

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

 span { border-color: rgb(107,135,76); }

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