Html Css Color HEX #C65700 Tenne (Tawny)

📋 copy color: '#C65700'

red 198 ◦ green 87 ◦ blue 0

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

Shades of Tenne (Tawny) #C65700

Tints of Tenne (Tawny) #C65700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.47%
G = 30.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C65700 (or 0xC65700) is known color: Tenne (Tawny). HEX triplet: C6, 57 and 00. RGB value is (198,87,0). Sum of RGB (Red+Green+Blue) = 198+87+0=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C65700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65700 is #39A8FF. Grayscale: #6E6E6E. Windows color (decimal): -3778816 or 22470. OLE color: 22470.

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

Color convert

RGB 198 87 0 -
CMYK 0 0.56 1 0.22
HSL 26.36º 1% 0.39% -
HSV(B) 26.36º 1% 0.78% -
XYZ 26.7 18.82 2.23 -
YUV 110.27 65.77 190.57 -
System Red Green Blue C M Y K H S L
Decimal 198 87 0 0 0.56 1 0.22 26.36 1 0.39
Hex C6 57 0 0 38 64 16 1A 64 27
Octal 306 127 0 0 70 144 26 32 144 47
Binary 11000110 1010111 0 0 111000 1100100 10110 11010 1100100 100111

Color Harmonies of #C65700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65700

Black with #C65700

Text Example


Text Example

White with #C65700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65700; }

 p { color: rgb(198,87,0); }

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

background-color css

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

 a { background-color: rgb(198,87,0); }

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

border-color css

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

 span { border-color: rgb(198,87,0); }

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