Html Css Color HEX #C69250 Twine

📋 copy color: '#C69250'

red 198 ◦ green 146 ◦ blue 80

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

Shades of Twine #C69250

Tints of Twine #C69250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.43%

 BLUE value IS 80 (31.64% from 255) = 18.87%

R = 46.7%
G = 34.43%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C69250 (or 0xC69250) is known color: Twine. HEX triplet: C6, 92 and 50. RGB value is (198,146,80). Sum of RGB (Red+Green+Blue) = 198+146+80=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C69250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69250 is #396DAF. Grayscale: #9A9A9A. Windows color (decimal): -3763632 or 5280454. OLE color: 5280454.

HSL color Cylindrical-coordinate representation of color #C69250: hue angle of 33.56º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C69250 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 146 80 -
CMYK 0 0.26 0.60 0.22
HSL 33.56º 0.51% 0.55% -
HSV(B) 33.56º 0.6% 0.78% -
XYZ 35.02 33.14 12.14 -
YUV 154.02 86.23 159.37 -
System Red Green Blue C M Y K H S L
Decimal 198 146 80 0 0.26 0.60 0.22 33.56 0.51 0.55
Hex C6 92 50 0 1A 3C 16 22 33 37
Octal 306 222 120 0 32 74 26 42 63 67
Binary 11000110 10010010 1010000 0 11010 111100 10110 100010 110011 110111

Color Harmonies of #C69250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69250

Black with #C69250

Text Example


Text Example

White with #C69250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69250; }

 p { color: rgb(198,146,80); }

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

background-color css

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

 a { background-color: rgb(198,146,80); }

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

border-color css

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

 span { border-color: rgb(198,146,80); }

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