Html Css Color HEX #6A853D Dingley

📋 copy color: '#6A853D'

red 106 ◦ green 133 ◦ blue 61

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

Shades of Dingley #6A853D

Tints of Dingley #6A853D

RGB

 RED value IS 106 (41.8% from 255) = 35.33%

 GREEN value IS 133 (52.34% from 255) = 44.33%

 BLUE value IS 61 (24.22% from 255) = 20.33%

R = 35.33%
G = 44.33%
B = 20.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#6A853D (or 0x6A853D) is known color: Dingley. HEX triplet: 6A, 85 and 3D. RGB value is (106,133,61). Sum of RGB (Red+Green+Blue) = 106+133+61=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #6A853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A853D is #957AC2. Grayscale: #747474. Windows color (decimal): -9796291 or 4031850. OLE color: 4031850.

HSL color Cylindrical-coordinate representation of color #6A853D: hue angle of 82.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A853D is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 133 61 -
CMYK 0.20 0 0.54 0.48
HSL 82.5º 0.37% 0.38% -
HSV(B) 82.5º 0.54% 0.52% -
XYZ 15.17 20.18 7.51 -
YUV 116.72 96.55 120.35 -
System Red Green Blue C M Y K H S L
Decimal 106 133 61 0.20 0 0.54 0.48 82.5 0.37 0.38
Hex 6A 85 3D 14 0 36 30 52 25 26
Octal 152 205 75 24 0 66 60 122 45 46
Binary 1101010 10000101 111101 10100 0 110110 110000 1010010 100101 100110

Color Harmonies of #6A853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A853D

Black with #6A853D

Text Example


Text Example

White with #6A853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,133,61); }

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

background-color css

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

 a { background-color: rgb(106,133,61); }

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

border-color css

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

 span { border-color: rgb(106,133,61); }

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