Html Css Color HEX #65713A Woodland

📋 copy color: '#65713A'

red 101 ◦ green 113 ◦ blue 58

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

Shades of Woodland #65713A

Tints of Woodland #65713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 37.13%
G = 41.54%
B = 21.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#65713A (or 0x65713A) is known color: Woodland. HEX triplet: 65, 71 and 3A. RGB value is (101,113,58). Sum of RGB (Red+Green+Blue) = 101+113+58=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #65713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65713A is #9A8EC5. Grayscale: #676767. Windows color (decimal): -10129094 or 3830117. OLE color: 3830117.

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

Color convert

RGB 101 113 58 -
CMYK 0.11 0 0.49 0.56
HSL 73.09º 0.32% 0.34% -
HSV(B) 73.09º 0.49% 0.44% -
XYZ 12.04 14.88 6.24 -
YUV 103.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 101 113 58 0.11 0 0.49 0.56 73.09 0.32 0.34
Hex 65 71 3A B 0 31 38 49 20 22
Octal 145 161 72 13 0 61 70 111 40 42
Binary 1100101 1110001 111010 1011 0 110001 111000 1001001 100000 100010

Color Harmonies of #65713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65713A

Black with #65713A

Text Example


Text Example

White with #65713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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