Html Css Color HEX #634F25 Bronze Olive

📋 copy color: '#634F25'

red 99 ◦ green 79 ◦ blue 37

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

Shades of Bronze Olive #634F25

Tints of Bronze Olive #634F25

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.74%

 BLUE value IS 37 (14.84% from 255) = 17.21%

R = 46.05%
G = 36.74%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#634F25 (or 0x634F25) is known color: Bronze Olive. HEX triplet: 63, 4F and 25. RGB value is (99,79,37). Sum of RGB (Red+Green+Blue) = 99+79+37=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #634F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F25 is #9CB0DA. Grayscale: #505050. Windows color (decimal): -10268891 or 2445155. OLE color: 2445155.

HSL color Cylindrical-coordinate representation of color #634F25: hue angle of 40.65º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #634F25 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 79 37 -
CMYK 0 0.20 0.63 0.61
HSL 40.65º 0.46% 0.27% -
HSV(B) 40.65º 0.63% 0.39% -
XYZ 8.28 8.38 2.93 -
YUV 80.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 99 79 37 0 0.20 0.63 0.61 40.65 0.46 0.27
Hex 63 4F 25 0 14 3F 3D 29 2E 1B
Octal 143 117 45 0 24 77 75 51 56 33
Binary 1100011 1001111 100101 0 10100 111111 111101 101001 101110 11011

Color Harmonies of #634F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634F25

Black with #634F25

Text Example


Text Example

White with #634F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634F25; }

 p { color: rgb(99,79,37); }

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

background-color css

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

 a { background-color: rgb(99,79,37); }

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

border-color css

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

 span { border-color: rgb(99,79,37); }

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