Html Css Color HEX #425651 Corduroy

📋 copy color: '#425651'

red 66 ◦ green 86 ◦ blue 81

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

Shades of Corduroy #425651

Tints of Corduroy #425651

RGB

 RED value IS 66 (26.17% from 255) = 28.33%

 GREEN value IS 86 (33.98% from 255) = 36.91%

 BLUE value IS 81 (32.03% from 255) = 34.76%

R = 28.33%
G = 36.91%
B = 34.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#425651 (or 0x425651) is known color: Corduroy. HEX triplet: 42, 56 and 51. RGB value is (66,86,81). Sum of RGB (Red+Green+Blue) = 66+86+81=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 86 - color contains mainly: green. Hex color #425651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425651 is #BDA9AE. Grayscale: #4F4F4F. Windows color (decimal): -12429743 or 5330498. OLE color: 5330498.

HSL color Cylindrical-coordinate representation of color #425651: hue angle of 165º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #425651 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 81 -
CMYK 0.23 0 0.06 0.66
HSL 165º 0.13% 0.3% -
HSV(B) 165º 0.23% 0.34% -
XYZ 7.06 8.41 9.04 -
YUV 79.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 66 86 81 0.23 0 0.06 0.66 165 0.13 0.3
Hex 42 56 51 17 0 6 42 A5 D 1E
Octal 102 126 121 27 0 6 102 245 15 36
Binary 1000010 1010110 1010001 10111 0 110 1000010 10100101 1101 11110

Color Harmonies of #425651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425651

Black with #425651

Text Example


Text Example

White with #425651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425651; }

 p { color: rgb(66,86,81); }

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

background-color css

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

 a { background-color: rgb(66,86,81); }

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

border-color css

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

 span { border-color: rgb(66,86,81); }

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