Html Css Color HEX #C6894F Twine

📋 copy color: '#C6894F'

red 198 ◦ green 137 ◦ blue 79

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

Shades of Twine #C6894F

Tints of Twine #C6894F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.09%

 BLUE value IS 79 (31.25% from 255) = 19.08%

R = 47.83%
G = 33.09%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6894F (or 0xC6894F) is known color: Twine. HEX triplet: C6, 89 and 4F. RGB value is (198,137,79). Sum of RGB (Red+Green+Blue) = 198+137+79=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C6894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6894F is #3976B0. Grayscale: #949494. Windows color (decimal): -3765937 or 5212614. OLE color: 5212614.

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

Color convert

RGB 198 137 79 -
CMYK 0 0.31 0.60 0.22
HSL 29.24º 0.51% 0.54% -
HSV(B) 29.24º 0.6% 0.78% -
XYZ 33.65 30.46 11.5 -
YUV 148.63 88.71 163.22 -
System Red Green Blue C M Y K H S L
Decimal 198 137 79 0 0.31 0.60 0.22 29.24 0.51 0.54
Hex C6 89 4F 0 1F 3C 16 1D 33 36
Octal 306 211 117 0 37 74 26 35 63 66
Binary 11000110 10001001 1001111 0 11111 111100 10110 11101 110011 110110

Color Harmonies of #C6894F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6894F

Black with #C6894F

Text Example


Text Example

White with #C6894F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6894F; }

 p { color: rgb(198,137,79); }

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

background-color css

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

 a { background-color: rgb(198,137,79); }

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

border-color css

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

 span { border-color: rgb(198,137,79); }

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