Html Css Color HEX #63764B Dingley

📋 copy color: '#63764B'

red 99 ◦ green 118 ◦ blue 75

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

Shades of Dingley #63764B

Tints of Dingley #63764B

RGB

 RED value IS 99 (39.06% from 255) = 33.9%

 GREEN value IS 118 (46.48% from 255) = 40.41%

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

R = 33.9%
G = 40.41%
B = 25.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#63764B (or 0x63764B) is known color: Dingley. HEX triplet: 63, 76 and 4B. RGB value is (99,118,75). Sum of RGB (Red+Green+Blue) = 99+118+75=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #63764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63764B is #9C89B4. Grayscale: #6B6B6B. Windows color (decimal): -10258869 or 4945507. OLE color: 4945507.

HSL color Cylindrical-coordinate representation of color #63764B: hue angle of 86.51º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63764B is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 118 75 -
CMYK 0.16 0 0.36 0.54
HSL 86.51º 0.22% 0.38% -
HSV(B) 86.51º 0.36% 0.46% -
XYZ 12.89 16.12 9.09 -
YUV 107.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 99 118 75 0.16 0 0.36 0.54 86.51 0.22 0.38
Hex 63 76 4B 10 0 24 36 57 16 26
Octal 143 166 113 20 0 44 66 127 26 46
Binary 1100011 1110110 1001011 10000 0 100100 110110 1010111 10110 100110

Color Harmonies of #63764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63764B

Black with #63764B

Text Example


Text Example

White with #63764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,118,75); }

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

background-color css

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

 a { background-color: rgb(99,118,75); }

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

border-color css

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

 span { border-color: rgb(99,118,75); }

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