Html Css Color HEX #68853F Dingley

📋 copy color: '#68853F'

red 104 ◦ green 133 ◦ blue 63

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

Shades of Dingley #68853F

Tints of Dingley #68853F

RGB

 RED value IS 104 (41.02% from 255) = 34.67%

 GREEN value IS 133 (52.34% from 255) = 44.33%

 BLUE value IS 63 (25% from 255) = 21%

R = 34.67%
G = 44.33%
B = 21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#68853F (or 0x68853F) is known color: Dingley. HEX triplet: 68, 85 and 3F. RGB value is (104,133,63). Sum of RGB (Red+Green+Blue) = 104+133+63=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #68853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68853F is #977AC0. Grayscale: #747474. Windows color (decimal): -9927361 or 4162920. OLE color: 4162920.

HSL color Cylindrical-coordinate representation of color #68853F: hue angle of 84.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68853F is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 63 -
CMYK 0.22 0 0.53 0.48
HSL 84.86º 0.36% 0.38% -
HSV(B) 84.86º 0.53% 0.52% -
XYZ 14.99 20.08 7.79 -
YUV 116.35 97.89 119.19 -
System Red Green Blue C M Y K H S L
Decimal 104 133 63 0.22 0 0.53 0.48 84.86 0.36 0.38
Hex 68 85 3F 16 0 35 30 55 24 26
Octal 150 205 77 26 0 65 60 125 44 46
Binary 1101000 10000101 111111 10110 0 110101 110000 1010101 100100 100110

Color Harmonies of #68853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68853F

Black with #68853F

Text Example


Text Example

White with #68853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68853F; }

 p { color: rgb(104,133,63); }

 H1.HeaderClassName
 {
   color: #68853F;
 }
 .AnyTagClassName
 {
   color: #68853F;
 }
</style>

background-color css

<style>
 a { background-color: #68853F; }

 a { background-color: rgb(104,133,63); }

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

border-color css

<style>
 span { border-color: #68853F; }

 span { border-color: rgb(104,133,63); }

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