Html Css Color HEX #6A7C42 Dingley

📋 copy color: '#6A7C42'

red 106 ◦ green 124 ◦ blue 66

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

Shades of Dingley #6A7C42

Tints of Dingley #6A7C42

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.89%

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

R = 35.81%
G = 41.89%
B = 22.3%

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

#6A7C42 (or 0x6A7C42) is known color: Dingley. HEX triplet: 6A, 7C and 42. RGB value is (106,124,66). Sum of RGB (Red+Green+Blue) = 106+124+66=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7C42 is #9583BD. Grayscale: #707070. Windows color (decimal): -9798590 or 4357226. OLE color: 4357226.

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

Color convert

RGB 106 124 66 -
CMYK 0.15 0 0.47 0.51
HSL 78.62º 0.31% 0.37% -
HSV(B) 78.62º 0.47% 0.49% -
XYZ 14.13 17.87 7.86 -
YUV 112.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 106 124 66 0.15 0 0.47 0.51 78.62 0.31 0.37
Hex 6A 7C 42 F 0 2F 33 4F 1F 25
Octal 152 174 102 17 0 57 63 117 37 45
Binary 1101010 1111100 1000010 1111 0 101111 110011 1001111 11111 100101

Color Harmonies of #6A7C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7C42

Black with #6A7C42

Text Example


Text Example

White with #6A7C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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