Html Css Color HEX #67603D Verdigris

📋 copy color: '#67603D'

red 103 ◦ green 96 ◦ blue 61

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

Shades of Verdigris #67603D

Tints of Verdigris #67603D

RGB

 RED value IS 103 (40.63% from 255) = 39.62%

 GREEN value IS 96 (37.89% from 255) = 36.92%

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

R = 39.62%
G = 36.92%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#67603D (or 0x67603D) is known color: Verdigris. HEX triplet: 67, 60 and 3D. RGB value is (103,96,61). Sum of RGB (Red+Green+Blue) = 103+96+61=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 103 - color contains mainly: red. Hex color #67603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67603D is #989FC2. Grayscale: #5E5E5E. Windows color (decimal): -10002371 or 4022375. OLE color: 4022375.

HSL color Cylindrical-coordinate representation of color #67603D: hue angle of 50º degrees, saturation: 0.26, 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 #67603D is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 96 61 -
CMYK 0 0.07 0.41 0.60
HSL 50º 0.26% 0.32% -
HSV(B) 50º 0.41% 0.4% -
XYZ 10.62 11.59 6.09 -
YUV 94.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 103 96 61 0 0.07 0.41 0.60 50 0.26 0.32
Hex 67 60 3D 0 7 29 3C 32 1A 20
Octal 147 140 75 0 7 51 74 62 32 40
Binary 1100111 1100000 111101 0 111 101001 111100 110010 11010 100000

Color Harmonies of #67603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67603D

Black with #67603D

Text Example


Text Example

White with #67603D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,96,61); }

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

background-color css

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

 a { background-color: rgb(103,96,61); }

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

border-color css

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

 span { border-color: rgb(103,96,61); }

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