Html Css Color HEX #CB620B Tenne (Tawny)

📋 copy color: '#CB620B'

red 203 ◦ green 98 ◦ blue 11

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

Shades of Tenne (Tawny) #CB620B

Tints of Tenne (Tawny) #CB620B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

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

R = 65.06%
G = 31.41%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB620B (or 0xCB620B) is known color: Tenne (Tawny). HEX triplet: CB, 62 and 0B. RGB value is (203,98,11). Sum of RGB (Red+Green+Blue) = 203+98+11=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB620B is #349DF4. Grayscale: #777777. Windows color (decimal): -3448309 or 746187. OLE color: 746187.

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

Color convert

RGB 203 98 11 -
CMYK 0 0.52 0.95 0.20
HSL 27.19º 0.9% 0.42% -
HSV(B) 27.19º 0.95% 0.8% -
XYZ 29.06 21.46 2.93 -
YUV 119.48 66.79 187.57 -
System Red Green Blue C M Y K H S L
Decimal 203 98 11 0 0.52 0.95 0.20 27.19 0.9 0.42
Hex CB 62 B 0 34 5F 14 1B 5A 2A
Octal 313 142 13 0 64 137 24 33 132 52
Binary 11001011 1100010 1011 0 110100 1011111 10100 11011 1011010 101010

Color Harmonies of #CB620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB620B

Black with #CB620B

Text Example


Text Example

White with #CB620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB620B; }

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

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

background-color css

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

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

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

border-color css

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

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

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