Html Css Color HEX #65863B Dingley

📋 copy color: '#65863B'

red 101 ◦ green 134 ◦ blue 59

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

Shades of Dingley #65863B

Tints of Dingley #65863B

RGB

 RED value IS 101 (39.84% from 255) = 34.35%

 GREEN value IS 134 (52.73% from 255) = 45.58%

 BLUE value IS 59 (23.44% from 255) = 20.07%

R = 34.35%
G = 45.58%
B = 20.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#65863B (or 0x65863B) is known color: Dingley. HEX triplet: 65, 86 and 3B. RGB value is (101,134,59). Sum of RGB (Red+Green+Blue) = 101+134+59=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #65863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65863B is #9A79C4. Grayscale: #737373. Windows color (decimal): -10123717 or 3901029. OLE color: 3901029.

HSL color Cylindrical-coordinate representation of color #65863B: hue angle of 86.4º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65863B is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 134 59 -
CMYK 0.25 0 0.56 0.47
HSL 86.4º 0.39% 0.38% -
HSV(B) 86.4º 0.56% 0.53% -
XYZ 14.68 20.13 7.25 -
YUV 115.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 101 134 59 0.25 0 0.56 0.47 86.4 0.39 0.38
Hex 65 86 3B 19 0 38 2F 56 27 26
Octal 145 206 73 31 0 70 57 126 47 46
Binary 1100101 10000110 111011 11001 0 111000 101111 1010110 100111 100110

Color Harmonies of #65863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65863B

Black with #65863B

Text Example


Text Example

White with #65863B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,134,59); }

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

background-color css

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

 a { background-color: rgb(101,134,59); }

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

border-color css

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

 span { border-color: rgb(101,134,59); }

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