Html Css Color HEX #69884B Dingley

📋 copy color: '#69884B'

red 105 ◦ green 136 ◦ blue 75

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

Shades of Dingley #69884B

Tints of Dingley #69884B

RGB

 RED value IS 105 (41.41% from 255) = 33.23%

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

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 33.23%
G = 43.04%
B = 23.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#69884B (or 0x69884B) is known color: Dingley. HEX triplet: 69, 88 and 4B. RGB value is (105,136,75). Sum of RGB (Red+Green+Blue) = 105+136+75=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #69884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69884B is #9677B4. Grayscale: #777777. Windows color (decimal): -9861045 or 4950121. OLE color: 4950121.

HSL color Cylindrical-coordinate representation of color #69884B: hue angle of 90.49º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69884B is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 75 -
CMYK 0.23 0 0.45 0.47
HSL 90.49º 0.29% 0.41% -
HSV(B) 90.49º 0.45% 0.53% -
XYZ 15.9 21.12 9.9 -
YUV 119.78 102.73 117.46 -
System Red Green Blue C M Y K H S L
Decimal 105 136 75 0.23 0 0.45 0.47 90.49 0.29 0.41
Hex 69 88 4B 17 0 2D 2F 5A 1D 29
Octal 151 210 113 27 0 55 57 132 35 51
Binary 1101001 10001000 1001011 10111 0 101101 101111 1011010 11101 101001

Color Harmonies of #69884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69884B

Black with #69884B

Text Example


Text Example

White with #69884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69884B; }

 p { color: rgb(105,136,75); }

 H1.HeaderClassName
 {
   color: #69884B;
 }
 .AnyTagClassName
 {
   color: #69884B;
 }
</style>

background-color css

<style>
 a { background-color: #69884B; }

 a { background-color: rgb(105,136,75); }

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

border-color css

<style>
 span { border-color: #69884B; }

 span { border-color: rgb(105,136,75); }

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