Html Css Color HEX #6B864B Dingley

📋 copy color: '#6B864B'

red 107 ◦ green 134 ◦ blue 75

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

Shades of Dingley #6B864B

Tints of Dingley #6B864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.41%

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 33.86%
G = 42.41%
B = 23.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#6B864B (or 0x6B864B) is known color: Dingley. HEX triplet: 6B, 86 and 4B. RGB value is (107,134,75). Sum of RGB (Red+Green+Blue) = 107+134+75=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #6B864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B864B is #9479B4. Grayscale: #777777. Windows color (decimal): -9730485 or 4949611. OLE color: 4949611.

HSL color Cylindrical-coordinate representation of color #6B864B: hue angle of 87.46º 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 #6B864B is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 134 75 -
CMYK 0.20 0 0.44 0.47
HSL 87.46º 0.28% 0.41% -
HSV(B) 87.46º 0.44% 0.53% -
XYZ 15.86 20.68 9.81 -
YUV 119.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 107 134 75 0.20 0 0.44 0.47 87.46 0.28 0.41
Hex 6B 86 4B 14 0 2C 2F 57 1C 29
Octal 153 206 113 24 0 54 57 127 34 51
Binary 1101011 10000110 1001011 10100 0 101100 101111 1010111 11100 101001

Color Harmonies of #6B864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B864B

Black with #6B864B

Text Example


Text Example

White with #6B864B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,134,75); }

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

background-color css

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

 a { background-color: rgb(107,134,75); }

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

border-color css

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

 span { border-color: rgb(107,134,75); }

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