Html Css Color HEX #C65B02 Tenne (Tawny)

📋 copy color: '#C65B02'

red 198 ◦ green 91 ◦ blue 2

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

Shades of Tenne (Tawny) #C65B02

Tints of Tenne (Tawny) #C65B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.27%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 68.04%
G = 31.27%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C65B02 (or 0xC65B02) is known color: Tenne (Tawny). HEX triplet: C6, 5B and 02. RGB value is (198,91,2). Sum of RGB (Red+Green+Blue) = 198+91+2=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65B02 is #39A4FD. Grayscale: #717171. Windows color (decimal): -3777790 or 154566. OLE color: 154566.

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

Color convert

RGB 198 91 2 -
CMYK 0 0.54 0.99 0.22
HSL 27.24º 0.98% 0.39% -
HSV(B) 27.24º 0.99% 0.78% -
XYZ 27.04 19.49 2.39 -
YUV 112.85 65.45 188.74 -
System Red Green Blue C M Y K H S L
Decimal 198 91 2 0 0.54 0.99 0.22 27.24 0.98 0.39
Hex C6 5B 2 0 36 63 16 1B 62 27
Octal 306 133 2 0 66 143 26 33 142 47
Binary 11000110 1011011 10 0 110110 1100011 10110 11011 1100010 100111

Color Harmonies of #C65B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65B02

Black with #C65B02

Text Example


Text Example

White with #C65B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65B02; }

 p { color: rgb(198,91,2); }

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

background-color css

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

 a { background-color: rgb(198,91,2); }

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

border-color css

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

 span { border-color: rgb(198,91,2); }

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