Html Css Color HEX #67474C Don Juan

📋 copy color: '#67474C'

red 103 ◦ green 71 ◦ blue 76

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

Shades of Don Juan #67474C

Tints of Don Juan #67474C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

 BLUE value IS 76 (30.08% from 255) = 30.4%

R = 41.2%
G = 28.4%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#67474C (or 0x67474C) is known color: Don Juan. HEX triplet: 67, 47 and 4C. RGB value is (103,71,76). Sum of RGB (Red+Green+Blue) = 103+71+76=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 103 - color contains mainly: red. Hex color #67474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67474C is #98B8B3. Grayscale: #515151. Windows color (decimal): -10008756 or 4999015. OLE color: 4999015.

HSL color Cylindrical-coordinate representation of color #67474C: hue angle of 350.62º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67474C is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 71 76 -
CMYK 0 0.31 0.26 0.60
HSL 350.63º 0.18% 0.34% -
HSV(B) 350.63º 0.31% 0.4% -
XYZ 9.15 7.91 7.88 -
YUV 81.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 103 71 76 0 0.31 0.26 0.60 350.63 0.18 0.34
Hex 67 47 4C 0 1F 1A 3C 15F 12 22
Octal 147 107 114 0 37 32 74 537 22 42
Binary 1100111 1000111 1001100 0 11111 11010 111100 101011111 10010 100010

Color Harmonies of #67474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67474C

Black with #67474C

Text Example


Text Example

White with #67474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,71,76); }

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

background-color css

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

 a { background-color: rgb(103,71,76); }

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

border-color css

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

 span { border-color: rgb(103,71,76); }

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