Html Css Color HEX #635618 Bronze Olive

📋 copy color: '#635618'

red 99 ◦ green 86 ◦ blue 24

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

Shades of Bronze Olive #635618

Tints of Bronze Olive #635618

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.15%

 BLUE value IS 24 (9.77% from 255) = 11.48%

R = 47.37%
G = 41.15%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#635618 (or 0x635618) is known color: Bronze Olive. HEX triplet: 63, 56 and 18. RGB value is (99,86,24). Sum of RGB (Red+Green+Blue) = 99+86+24=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #635618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635618 is #9CA9E7. Grayscale: #535353. Windows color (decimal): -10267112 or 1594979. OLE color: 1594979.

HSL color Cylindrical-coordinate representation of color #635618: hue angle of 49.6º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #635618 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 86 24 -
CMYK 0 0.13 0.76 0.61
HSL 49.6º 0.61% 0.24% -
HSV(B) 49.6º 0.76% 0.39% -
XYZ 8.64 9.37 2.22 -
YUV 82.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 99 86 24 0 0.13 0.76 0.61 49.6 0.61 0.24
Hex 63 56 18 0 D 4C 3D 32 3D 18
Octal 143 126 30 0 15 114 75 62 75 30
Binary 1100011 1010110 11000 0 1101 1001100 111101 110010 111101 11000

Color Harmonies of #635618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635618

Black with #635618

Text Example


Text Example

White with #635618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635618; }

 p { color: rgb(99,86,24); }

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

background-color css

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

 a { background-color: rgb(99,86,24); }

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

border-color css

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

 span { border-color: rgb(99,86,24); }

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