Html Css Color HEX #65633C Verdigris

📋 copy color: '#65633C'

red 101 ◦ green 99 ◦ blue 60

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

Shades of Verdigris #65633C

Tints of Verdigris #65633C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.08%

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 38.85%
G = 38.08%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#65633C (or 0x65633C) is known color: Verdigris. HEX triplet: 65, 63 and 3C. RGB value is (101,99,60). Sum of RGB (Red+Green+Blue) = 101+99+60=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 101 - color contains mainly: red. Hex color #65633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65633C is #9A9CC3. Grayscale: #5F5F5F. Windows color (decimal): -10132676 or 3957605. OLE color: 3957605.

HSL color Cylindrical-coordinate representation of color #65633C: hue angle of 57.07º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65633C is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 99 60 -
CMYK 0 0.02 0.41 0.60
HSL 57.07º 0.25% 0.32% -
HSV(B) 57.07º 0.41% 0.4% -
XYZ 10.64 12.02 6.03 -
YUV 95.15 108.16 132.17 -
System Red Green Blue C M Y K H S L
Decimal 101 99 60 0 0.02 0.41 0.60 57.07 0.25 0.32
Hex 65 63 3C 0 2 29 3C 39 19 20
Octal 145 143 74 0 2 51 74 71 31 40
Binary 1100101 1100011 111100 0 10 101001 111100 111001 11001 100000

Color Harmonies of #65633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65633C

Black with #65633C

Text Example


Text Example

White with #65633C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65633C; }

 p { color: rgb(101,99,60); }

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

background-color css

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

 a { background-color: rgb(101,99,60); }

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

border-color css

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

 span { border-color: rgb(101,99,60); }

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