Html Css Color HEX #6B834C Dingley

📋 copy color: '#6B834C'

red 107 ◦ green 131 ◦ blue 76

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

Shades of Dingley #6B834C

Tints of Dingley #6B834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.72%

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

R = 34.08%
G = 41.72%
B = 24.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#6B834C (or 0x6B834C) is known color: Dingley. HEX triplet: 6B, 83 and 4C. RGB value is (107,131,76). Sum of RGB (Red+Green+Blue) = 107+131+76=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #6B834C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B834C is #947CB3. Grayscale: #757575. Windows color (decimal): -9731252 or 5014379. OLE color: 5014379.

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

Color convert

RGB 107 131 76 -
CMYK 0.18 0 0.42 0.49
HSL 86.18º 0.27% 0.41% -
HSV(B) 86.18º 0.42% 0.51% -
XYZ 15.48 19.88 9.86 -
YUV 117.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 107 131 76 0.18 0 0.42 0.49 86.18 0.27 0.41
Hex 6B 83 4C 12 0 2A 31 56 1B 29
Octal 153 203 114 22 0 52 61 126 33 51
Binary 1101011 10000011 1001100 10010 0 101010 110001 1010110 11011 101001

Color Harmonies of #6B834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B834C

Black with #6B834C

Text Example


Text Example

White with #6B834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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