Html Css Color HEX #C6722C Meteor

📋 copy color: '#C6722C'

red 198 ◦ green 114 ◦ blue 44

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

Shades of Meteor #C6722C

Tints of Meteor #C6722C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

 BLUE value IS 44 (17.58% from 255) = 12.36%

R = 55.62%
G = 32.02%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6722C (or 0xC6722C) is known color: Meteor. HEX triplet: C6, 72 and 2C. RGB value is (198,114,44). Sum of RGB (Red+Green+Blue) = 198+114+44=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6722C is #398DD3. Grayscale: #838383. Windows color (decimal): -3771860 or 2912966. OLE color: 2912966.

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

Color convert

RGB 198 114 44 -
CMYK 0 0.42 0.78 0.22
HSL 27.27º 0.64% 0.47% -
HSV(B) 27.27º 0.78% 0.78% -
XYZ 29.76 24.22 5.49 -
YUV 131.14 78.83 175.69 -
System Red Green Blue C M Y K H S L
Decimal 198 114 44 0 0.42 0.78 0.22 27.27 0.64 0.47
Hex C6 72 2C 0 2A 4E 16 1B 40 2F
Octal 306 162 54 0 52 116 26 33 100 57
Binary 11000110 1110010 101100 0 101010 1001110 10110 11011 1000000 101111

Color Harmonies of #C6722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6722C

Black with #C6722C

Text Example


Text Example

White with #C6722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6722C; }

 p { color: rgb(198,114,44); }

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

background-color css

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

 a { background-color: rgb(198,114,44); }

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

border-color css

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

 span { border-color: rgb(198,114,44); }

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