Html Css Color HEX #C6732F Meteor

📋 copy color: '#C6732F'

red 198 ◦ green 115 ◦ blue 47

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

Shades of Meteor #C6732F

Tints of Meteor #C6732F

RGB

 RED value IS 198 (77.73% from 255) = 55%

 GREEN value IS 115 (45.31% from 255) = 31.94%

 BLUE value IS 47 (18.75% from 255) = 13.06%

R = 55%
G = 31.94%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6732F (or 0xC6732F) is known color: Meteor. HEX triplet: C6, 73 and 2F. RGB value is (198,115,47). Sum of RGB (Red+Green+Blue) = 198+115+47=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6732F is #398CD0. Grayscale: #848484. Windows color (decimal): -3771601 or 3109830. OLE color: 3109830.

HSL color Cylindrical-coordinate representation of color #C6732F: hue angle of 27.02º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6732F is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 115 47 -
CMYK 0 0.42 0.76 0.22
HSL 27.02º 0.62% 0.48% -
HSV(B) 27.02º 0.76% 0.78% -
XYZ 29.93 24.47 5.84 -
YUV 132.07 80 175.03 -
System Red Green Blue C M Y K H S L
Decimal 198 115 47 0 0.42 0.76 0.22 27.02 0.62 0.48
Hex C6 73 2F 0 2A 4C 16 1B 3E 30
Octal 306 163 57 0 52 114 26 33 76 60
Binary 11000110 1110011 101111 0 101010 1001100 10110 11011 111110 110000

Color Harmonies of #C6732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6732F

Black with #C6732F

Text Example


Text Example

White with #C6732F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6732F; }

 p { color: rgb(198,115,47); }

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

background-color css

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

 a { background-color: rgb(198,115,47); }

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

border-color css

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

 span { border-color: rgb(198,115,47); }

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