Html Css Color HEX #6A863D Dingley

📋 copy color: '#6A863D'

red 106 ◦ green 134 ◦ blue 61

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

Shades of Dingley #6A863D

Tints of Dingley #6A863D

RGB

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

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

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

R = 35.22%
G = 44.52%
B = 20.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#6A863D (or 0x6A863D) is known color: Dingley. HEX triplet: 6A, 86 and 3D. RGB value is (106,134,61). Sum of RGB (Red+Green+Blue) = 106+134+61=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #6A863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A863D is #9579C2. Grayscale: #757575. Windows color (decimal): -9796035 or 4032106. OLE color: 4032106.

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

Color convert

RGB 106 134 61 -
CMYK 0.21 0 0.54 0.47
HSL 83.01º 0.37% 0.38% -
HSV(B) 83.01º 0.54% 0.53% -
XYZ 15.31 20.45 7.56 -
YUV 117.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 106 134 61 0.21 0 0.54 0.47 83.01 0.37 0.38
Hex 6A 86 3D 15 0 36 2F 53 25 26
Octal 152 206 75 25 0 66 57 123 45 46
Binary 1101010 10000110 111101 10101 0 110110 101111 1010011 100101 100110

Color Harmonies of #6A863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A863D

Black with #6A863D

Text Example


Text Example

White with #6A863D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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