Html Css Color HEX #6B8247 Dingley

📋 copy color: '#6B8247'

red 107 ◦ green 130 ◦ blue 71

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

Shades of Dingley #6B8247

Tints of Dingley #6B8247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.05%

R = 34.74%
G = 42.21%
B = 23.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#6B8247 (or 0x6B8247) is known color: Dingley. HEX triplet: 6B, 82 and 47. RGB value is (107,130,71). Sum of RGB (Red+Green+Blue) = 107+130+71=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8247 is #947DB8. Grayscale: #747474. Windows color (decimal): -9731513 or 4686443. OLE color: 4686443.

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

Color convert

RGB 107 130 71 -
CMYK 0.18 0 0.45 0.49
HSL 83.39º 0.29% 0.39% -
HSV(B) 83.39º 0.45% 0.51% -
XYZ 15.18 19.55 8.93 -
YUV 116.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 107 130 71 0.18 0 0.45 0.49 83.39 0.29 0.39
Hex 6B 82 47 12 0 2D 31 53 1D 27
Octal 153 202 107 22 0 55 61 123 35 47
Binary 1101011 10000010 1000111 10010 0 101101 110001 1010011 11101 100111

Color Harmonies of #6B8247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8247

Black with #6B8247

Text Example


Text Example

White with #6B8247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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