Html Css Color HEX #CB680B Tenne (Tawny)

📋 copy color: '#CB680B'

red 203 ◦ green 104 ◦ blue 11

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

Shades of Tenne (Tawny) #CB680B

Tints of Tenne (Tawny) #CB680B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.46%

R = 63.84%
G = 32.7%
B = 3.46%

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

#CB680B (or 0xCB680B) is known color: Tenne (Tawny). HEX triplet: CB, 68 and 0B. RGB value is (203,104,11). Sum of RGB (Red+Green+Blue) = 203+104+11=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB680B is #3497F4. Grayscale: #7B7B7B. Windows color (decimal): -3446773 or 747723. OLE color: 747723.

HSL color Cylindrical-coordinate representation of color #CB680B: hue angle of 29.06º degrees, saturation: 0.9, 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 #CB680B is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 104 11 -
CMYK 0 0.49 0.95 0.20
HSL 29.06º 0.9% 0.42% -
HSV(B) 29.06º 0.95% 0.8% -
XYZ 29.64 22.62 3.12 -
YUV 123 64.8 185.06 -
System Red Green Blue C M Y K H S L
Decimal 203 104 11 0 0.49 0.95 0.20 29.06 0.9 0.42
Hex CB 68 B 0 31 5F 14 1D 5A 2A
Octal 313 150 13 0 61 137 24 35 132 52
Binary 11001011 1101000 1011 0 110001 1011111 10100 11101 1011010 101010

Color Harmonies of #CB680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB680B

Black with #CB680B

Text Example


Text Example

White with #CB680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB680B; }

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

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

background-color css

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

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

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

border-color css

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

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

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