Html Css Color HEX #6B8251 Dingley

📋 copy color: '#6B8251'

red 107 ◦ green 130 ◦ blue 81

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

Shades of Dingley #6B8251

Tints of Dingley #6B8251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.88%

 BLUE value IS 81 (32.03% from 255) = 25.47%

R = 33.65%
G = 40.88%
B = 25.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#6B8251 (or 0x6B8251) is known color: Dingley. HEX triplet: 6B, 82 and 51. RGB value is (107,130,81). Sum of RGB (Red+Green+Blue) = 107+130+81=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8251 is #947DAE. Grayscale: #757575. Windows color (decimal): -9731503 or 5341803. OLE color: 5341803.

HSL color Cylindrical-coordinate representation of color #6B8251: hue angle of 88.16º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B8251 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 130 81 -
CMYK 0.18 0 0.38 0.49
HSL 88.16º 0.23% 0.41% -
HSV(B) 88.16º 0.38% 0.51% -
XYZ 15.53 19.69 10.77 -
YUV 117.54 107.38 120.48 -
System Red Green Blue C M Y K H S L
Decimal 107 130 81 0.18 0 0.38 0.49 88.16 0.23 0.41
Hex 6B 82 51 12 0 26 31 58 17 29
Octal 153 202 121 22 0 46 61 130 27 51
Binary 1101011 10000010 1010001 10010 0 100110 110001 1011000 10111 101001

Color Harmonies of #6B8251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8251

Black with #6B8251

Text Example


Text Example

White with #6B8251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,130,81); }

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

background-color css

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

 a { background-color: rgb(107,130,81); }

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

border-color css

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

 span { border-color: rgb(107,130,81); }

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