Html Css Color HEX #68884A Dingley

📋 copy color: '#68884A'

red 104 ◦ green 136 ◦ blue 74

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

Shades of Dingley #68884A

Tints of Dingley #68884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.31%

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

R = 33.12%
G = 43.31%
B = 23.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#68884A (or 0x68884A) is known color: Dingley. HEX triplet: 68, 88 and 4A. RGB value is (104,136,74). Sum of RGB (Red+Green+Blue) = 104+136+74=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #68884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68884A is #9777B5. Grayscale: #777777. Windows color (decimal): -9926582 or 4884584. OLE color: 4884584.

HSL color Cylindrical-coordinate representation of color #68884A: hue angle of 90.97º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68884A is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 136 74 -
CMYK 0.24 0 0.46 0.47
HSL 90.97º 0.3% 0.41% -
HSV(B) 90.97º 0.46% 0.53% -
XYZ 15.75 21.05 9.71 -
YUV 119.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 104 136 74 0.24 0 0.46 0.47 90.97 0.3 0.41
Hex 68 88 4A 18 0 2E 2F 5B 1E 29
Octal 150 210 112 30 0 56 57 133 36 51
Binary 1101000 10001000 1001010 11000 0 101110 101111 1011011 11110 101001

Color Harmonies of #68884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68884A

Black with #68884A

Text Example


Text Example

White with #68884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68884A; }

 p { color: rgb(104,136,74); }

 H1.HeaderClassName
 {
   color: #68884A;
 }
 .AnyTagClassName
 {
   color: #68884A;
 }
</style>

background-color css

<style>
 a { background-color: #68884A; }

 a { background-color: rgb(104,136,74); }

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

border-color css

<style>
 span { border-color: #68884A; }

 span { border-color: rgb(104,136,74); }

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