Html Css Color HEX #68474B Don Juan

📋 copy color: '#68474B'

red 104 ◦ green 71 ◦ blue 75

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

Shades of Don Juan #68474B

Tints of Don Juan #68474B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30%

R = 41.6%
G = 28.4%
B = 30%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68474B (or 0x68474B) is known color: Don Juan. HEX triplet: 68, 47 and 4B. RGB value is (104,71,75). Sum of RGB (Red+Green+Blue) = 104+71+75=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #68474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68474B is #97B8B4. Grayscale: #515151. Windows color (decimal): -9943221 or 4933480. OLE color: 4933480.

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

Color convert

RGB 104 71 75 -
CMYK 0 0.32 0.28 0.59
HSL 352.73º 0.19% 0.34% -
HSV(B) 352.73º 0.32% 0.41% -
XYZ 9.23 7.96 7.71 -
YUV 81.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 104 71 75 0 0.32 0.28 0.59 352.73 0.19 0.34
Hex 68 47 4B 0 20 1C 3B 161 13 22
Octal 150 107 113 0 40 34 73 541 23 42
Binary 1101000 1000111 1001011 0 100000 11100 111011 101100001 10011 100010

Color Harmonies of #68474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68474B

Black with #68474B

Text Example


Text Example

White with #68474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,71,75); }

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

background-color css

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

 a { background-color: rgb(104,71,75); }

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

border-color css

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

 span { border-color: rgb(104,71,75); }

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