Html Css Color HEX #69853C Dingley

📋 copy color: '#69853C'

red 105 ◦ green 133 ◦ blue 60

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

Shades of Dingley #69853C

Tints of Dingley #69853C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 35.23%
G = 44.63%
B = 20.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#69853C (or 0x69853C) is known color: Dingley. HEX triplet: 69, 85 and 3C. RGB value is (105,133,60). Sum of RGB (Red+Green+Blue) = 105+133+60=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #69853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69853C is #967AC3. Grayscale: #747474. Windows color (decimal): -9861828 or 3966313. OLE color: 3966313.

HSL color Cylindrical-coordinate representation of color #69853C: hue angle of 83.01º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69853C is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 60 -
CMYK 0.21 0 0.55 0.48
HSL 83.01º 0.38% 0.38% -
HSV(B) 83.01º 0.55% 0.52% -
XYZ 15.03 20.1 7.36 -
YUV 116.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 105 133 60 0.21 0 0.55 0.48 83.01 0.38 0.38
Hex 69 85 3C 15 0 37 30 53 26 26
Octal 151 205 74 25 0 67 60 123 46 46
Binary 1101001 10000101 111100 10101 0 110111 110000 1010011 100110 100110

Color Harmonies of #69853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69853C

Black with #69853C

Text Example


Text Example

White with #69853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69853C; }

 p { color: rgb(105,133,60); }

 H1.HeaderClassName
 {
   color: #69853C;
 }
 .AnyTagClassName
 {
   color: #69853C;
 }
</style>

background-color css

<style>
 a { background-color: #69853C; }

 a { background-color: rgb(105,133,60); }

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

border-color css

<style>
 span { border-color: #69853C; }

 span { border-color: rgb(105,133,60); }

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