Html Css Color HEX #6B813D Dingley

📋 copy color: '#6B813D'

red 107 ◦ green 129 ◦ blue 61

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

Shades of Dingley #6B813D

Tints of Dingley #6B813D

RGB

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

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

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

R = 36.03%
G = 43.43%
B = 20.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#6B813D (or 0x6B813D) is known color: Dingley. HEX triplet: 6B, 81 and 3D. RGB value is (107,129,61). Sum of RGB (Red+Green+Blue) = 107+129+61=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #6B813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B813D is #947EC2. Grayscale: #727272. Windows color (decimal): -9731779 or 4030827. OLE color: 4030827.

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

Color convert

RGB 107 129 61 -
CMYK 0.17 0 0.53 0.49
HSL 79.41º 0.36% 0.37% -
HSV(B) 79.41º 0.53% 0.51% -
XYZ 14.76 19.16 7.34 -
YUV 114.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 107 129 61 0.17 0 0.53 0.49 79.41 0.36 0.37
Hex 6B 81 3D 11 0 35 31 4F 24 25
Octal 153 201 75 21 0 65 61 117 44 45
Binary 1101011 10000001 111101 10001 0 110101 110001 1001111 100100 100101

Color Harmonies of #6B813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B813D

Black with #6B813D

Text Example


Text Example

White with #6B813D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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