Html Css Color HEX #68643B Verdigris

📋 copy color: '#68643B'

red 104 ◦ green 100 ◦ blue 59

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

Shades of Verdigris #68643B

Tints of Verdigris #68643B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.02%

 BLUE value IS 59 (23.44% from 255) = 22.43%

R = 39.54%
G = 38.02%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#68643B (or 0x68643B) is known color: Verdigris. HEX triplet: 68, 64 and 3B. RGB value is (104,100,59). Sum of RGB (Red+Green+Blue) = 104+100+59=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68643B is #979BC4. Grayscale: #606060. Windows color (decimal): -9935813 or 3892328. OLE color: 3892328.

HSL color Cylindrical-coordinate representation of color #68643B: hue angle of 54.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68643B is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 100 59 -
CMYK 0 0.04 0.43 0.59
HSL 54.67º 0.28% 0.32% -
HSV(B) 54.67º 0.43% 0.41% -
XYZ 11.06 12.37 5.94 -
YUV 96.52 106.83 133.33 -
System Red Green Blue C M Y K H S L
Decimal 104 100 59 0 0.04 0.43 0.59 54.67 0.28 0.32
Hex 68 64 3B 0 4 2B 3B 37 1C 20
Octal 150 144 73 0 4 53 73 67 34 40
Binary 1101000 1100100 111011 0 100 101011 111011 110111 11100 100000

Color Harmonies of #68643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68643B

Black with #68643B

Text Example


Text Example

White with #68643B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68643B; }

 p { color: rgb(104,100,59); }

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

background-color css

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

 a { background-color: rgb(104,100,59); }

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

border-color css

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

 span { border-color: rgb(104,100,59); }

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