Html Css Color HEX #68633D Verdigris

📋 copy color: '#68633D'

red 104 ◦ green 99 ◦ blue 61

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

Shades of Verdigris #68633D

Tints of Verdigris #68633D

RGB

 RED value IS 104 (41.02% from 255) = 39.39%

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

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

R = 39.39%
G = 37.5%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68633D (or 0x68633D) is known color: Verdigris. HEX triplet: 68, 63 and 3D. RGB value is (104,99,61). Sum of RGB (Red+Green+Blue) = 104+99+61=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #68633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68633D is #979CC2. Grayscale: #606060. Windows color (decimal): -9936067 or 4023144. OLE color: 4023144.

HSL color Cylindrical-coordinate representation of color #68633D: hue angle of 53.02º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68633D is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 99 61 -
CMYK 0 0.05 0.41 0.59
HSL 53.02º 0.26% 0.32% -
HSV(B) 53.02º 0.41% 0.41% -
XYZ 11.01 12.2 6.19 -
YUV 96.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 104 99 61 0 0.05 0.41 0.59 53.02 0.26 0.32
Hex 68 63 3D 0 5 29 3B 35 1A 20
Octal 150 143 75 0 5 51 73 65 32 40
Binary 1101000 1100011 111101 0 101 101001 111011 110101 11010 100000

Color Harmonies of #68633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68633D

Black with #68633D

Text Example


Text Example

White with #68633D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,99,61); }

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

background-color css

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

 a { background-color: rgb(104,99,61); }

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

border-color css

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

 span { border-color: rgb(104,99,61); }

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