Html Css Color HEX #636B50 Woodland

📋 copy color: '#636B50'

red 99 ◦ green 107 ◦ blue 80

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

Shades of Woodland #636B50

Tints of Woodland #636B50

RGB

 RED value IS 99 (39.06% from 255) = 34.62%

 GREEN value IS 107 (42.19% from 255) = 37.41%

 BLUE value IS 80 (31.64% from 255) = 27.97%

R = 34.62%
G = 37.41%
B = 27.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#636B50 (or 0x636B50) is known color: Woodland. HEX triplet: 63, 6B and 50. RGB value is (99,107,80). Sum of RGB (Red+Green+Blue) = 99+107+80=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 107 - color contains mainly: green. Hex color #636B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636B50 is #9C94AF. Grayscale: #656565. Windows color (decimal): -10261680 or 5270371. OLE color: 5270371.

HSL color Cylindrical-coordinate representation of color #636B50: hue angle of 77.78º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #636B50 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 107 80 -
CMYK 0.07 0 0.25 0.58
HSL 77.78º 0.14% 0.37% -
HSV(B) 77.78º 0.25% 0.42% -
XYZ 11.85 13.75 9.62 -
YUV 101.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 99 107 80 0.07 0 0.25 0.58 77.78 0.14 0.37
Hex 63 6B 50 7 0 19 3A 4E E 25
Octal 143 153 120 7 0 31 72 116 16 45
Binary 1100011 1101011 1010000 111 0 11001 111010 1001110 1110 100101

Color Harmonies of #636B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636B50

Black with #636B50

Text Example


Text Example

White with #636B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636B50; }

 p { color: rgb(99,107,80); }

 H1.HeaderClassName
 {
   color: #636B50;
 }
 .AnyTagClassName
 {
   color: #636B50;
 }
</style>

background-color css

<style>
 a { background-color: #636B50; }

 a { background-color: rgb(99,107,80); }

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

border-color css

<style>
 span { border-color: #636B50; }

 span { border-color: rgb(99,107,80); }

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