Html Css Color HEX #65823D Dingley

📋 copy color: '#65823D'

red 101 ◦ green 130 ◦ blue 61

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

Shades of Dingley #65823D

Tints of Dingley #65823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.52%

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 34.59%
G = 44.52%
B = 20.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#65823D (or 0x65823D) is known color: Dingley. HEX triplet: 65, 82 and 3D. RGB value is (101,130,61). Sum of RGB (Red+Green+Blue) = 101+130+61=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #65823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65823D is #9A7DC2. Grayscale: #717171. Windows color (decimal): -10124739 or 4031077. OLE color: 4031077.

HSL color Cylindrical-coordinate representation of color #65823D: hue angle of 85.22º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65823D is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 61 -
CMYK 0.22 0 0.53 0.49
HSL 85.22º 0.36% 0.37% -
HSV(B) 85.22º 0.53% 0.51% -
XYZ 14.19 19.07 7.35 -
YUV 113.46 98.39 119.11 -
System Red Green Blue C M Y K H S L
Decimal 101 130 61 0.22 0 0.53 0.49 85.22 0.36 0.37
Hex 65 82 3D 16 0 35 31 55 24 25
Octal 145 202 75 26 0 65 61 125 44 45
Binary 1100101 10000010 111101 10110 0 110101 110001 1010101 100100 100101

Color Harmonies of #65823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65823D

Black with #65823D

Text Example


Text Example

White with #65823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65823D; }

 p { color: rgb(101,130,61); }

 H1.HeaderClassName
 {
   color: #65823D;
 }
 .AnyTagClassName
 {
   color: #65823D;
 }
</style>

background-color css

<style>
 a { background-color: #65823D; }

 a { background-color: rgb(101,130,61); }

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

border-color css

<style>
 span { border-color: #65823D; }

 span { border-color: rgb(101,130,61); }

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