Html Css Color HEX #6B814A Dingley

📋 copy color: '#6B814A'

red 107 ◦ green 129 ◦ blue 74

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

Shades of Dingley #6B814A

Tints of Dingley #6B814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.61%

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 34.52%
G = 41.61%
B = 23.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#6B814A (or 0x6B814A) is known color: Dingley. HEX triplet: 6B, 81 and 4A. RGB value is (107,129,74). Sum of RGB (Red+Green+Blue) = 107+129+74=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #6B814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B814A is #947EB5. Grayscale: #747474. Windows color (decimal): -9731766 or 4882795. OLE color: 4882795.

HSL color Cylindrical-coordinate representation of color #6B814A: hue angle of 84º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B814A is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 129 74 -
CMYK 0.17 0 0.43 0.49
HSL 84º 0.27% 0.4% -
HSV(B) 84º 0.43% 0.51% -
XYZ 15.15 19.32 9.41 -
YUV 116.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 107 129 74 0.17 0 0.43 0.49 84 0.27 0.4
Hex 6B 81 4A 11 0 2B 31 54 1B 28
Octal 153 201 112 21 0 53 61 124 33 50
Binary 1101011 10000001 1001010 10001 0 101011 110001 1010100 11011 101000

Color Harmonies of #6B814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B814A

Black with #6B814A

Text Example


Text Example

White with #6B814A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,129,74); }

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

background-color css

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

 a { background-color: rgb(107,129,74); }

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

border-color css

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

 span { border-color: rgb(107,129,74); }

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