Html Css Color HEX #6A7D42 Dingley

📋 copy color: '#6A7D42'

red 106 ◦ green 125 ◦ blue 66

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

Shades of Dingley #6A7D42

Tints of Dingley #6A7D42

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.09%

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 35.69%
G = 42.09%
B = 22.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#6A7D42 (or 0x6A7D42) is known color: Dingley. HEX triplet: 6A, 7D and 42. RGB value is (106,125,66). Sum of RGB (Red+Green+Blue) = 106+125+66=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #6A7D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7D42 is #9582BD. Grayscale: #707070. Windows color (decimal): -9798334 or 4357482. OLE color: 4357482.

HSL color Cylindrical-coordinate representation of color #6A7D42: hue angle of 79.32º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A7D42 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 106 125 66 -
CMYK 0.15 0 0.47 0.51
HSL 79.32º 0.31% 0.37% -
HSV(B) 79.32º 0.47% 0.49% -
XYZ 14.26 18.12 7.9 -
YUV 112.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 106 125 66 0.15 0 0.47 0.51 79.32 0.31 0.37
Hex 6A 7D 42 F 0 2F 33 4F 1F 25
Octal 152 175 102 17 0 57 63 117 37 45
Binary 1101010 1111101 1000010 1111 0 101111 110011 1001111 11111 100101

Color Harmonies of #6A7D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7D42

Black with #6A7D42

Text Example


Text Example

White with #6A7D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,125,66); }

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

background-color css

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

 a { background-color: rgb(106,125,66); }

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

border-color css

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

 span { border-color: rgb(106,125,66); }

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