Html Css Color HEX #65713D Woodland

📋 copy color: '#65713D'

red 101 ◦ green 113 ◦ blue 61

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

Shades of Woodland #65713D

Tints of Woodland #65713D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.09%

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

R = 36.73%
G = 41.09%
B = 22.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#65713D (or 0x65713D) is known color: Woodland. HEX triplet: 65, 71 and 3D. RGB value is (101,113,61). Sum of RGB (Red+Green+Blue) = 101+113+61=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #65713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65713D is #9A8EC2. Grayscale: #676767. Windows color (decimal): -10129091 or 4026725. OLE color: 4026725.

HSL color Cylindrical-coordinate representation of color #65713D: hue angle of 73.85º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65713D is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 113 61 -
CMYK 0.11 0 0.46 0.56
HSL 73.85º 0.3% 0.34% -
HSV(B) 73.85º 0.46% 0.44% -
XYZ 12.11 14.91 6.66 -
YUV 103.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 101 113 61 0.11 0 0.46 0.56 73.85 0.3 0.34
Hex 65 71 3D B 0 2E 38 4A 1E 22
Octal 145 161 75 13 0 56 70 112 36 42
Binary 1100101 1110001 111101 1011 0 101110 111000 1001010 11110 100010

Color Harmonies of #65713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65713D

Black with #65713D

Text Example


Text Example

White with #65713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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