Html Css Color HEX #CB680A Tenne (Tawny)

📋 copy color: '#CB680A'

red 203 ◦ green 104 ◦ blue 10

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

Shades of Tenne (Tawny) #CB680A

Tints of Tenne (Tawny) #CB680A

RGB

 RED value IS 203 (79.69% from 255) = 64.04%

 GREEN value IS 104 (41.02% from 255) = 32.81%

 BLUE value IS 10 (4.3% from 255) = 3.15%

R = 64.04%
G = 32.81%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB680A (or 0xCB680A) is known color: Tenne (Tawny). HEX triplet: CB, 68 and 0A. RGB value is (203,104,10). Sum of RGB (Red+Green+Blue) = 203+104+10=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB680A is #3497F5. Grayscale: #7B7B7B. Windows color (decimal): -3446774 or 682187. OLE color: 682187.

HSL color Cylindrical-coordinate representation of color #CB680A: hue angle of 29.22º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB680A is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 104 10 -
CMYK 0 0.49 0.95 0.20
HSL 29.22º 0.91% 0.42% -
HSV(B) 29.22º 0.95% 0.8% -
XYZ 29.63 22.62 3.09 -
YUV 122.89 64.3 185.14 -
System Red Green Blue C M Y K H S L
Decimal 203 104 10 0 0.49 0.95 0.20 29.22 0.91 0.42
Hex CB 68 A 0 31 5F 14 1D 5B 2A
Octal 313 150 12 0 61 137 24 35 133 52
Binary 11001011 1101000 1010 0 110001 1011111 10100 11101 1011011 101010

Color Harmonies of #CB680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB680A

Black with #CB680A

Text Example


Text Example

White with #CB680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB680A; }

 p { color: rgb(203,104,10); }

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

background-color css

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

 a { background-color: rgb(203,104,10); }

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

border-color css

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

 span { border-color: rgb(203,104,10); }

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