Html Css Color HEX #CB6B05 Tenne (Tawny)

📋 copy color: '#CB6B05'

red 203 ◦ green 107 ◦ blue 5

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

Shades of Tenne (Tawny) #CB6B05

Tints of Tenne (Tawny) #CB6B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.97%

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 64.44%
G = 33.97%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB6B05 (or 0xCB6B05) is known color: Tenne (Tawny). HEX triplet: CB, 6B and 05. RGB value is (203,107,5). Sum of RGB (Red+Green+Blue) = 203+107+5=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6B05 is #3494FA. Grayscale: #7C7C7C. Windows color (decimal): -3446011 or 355275. OLE color: 355275.

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

Color convert

RGB 203 107 5 -
CMYK 0 0.47 0.98 0.20
HSL 30.91º 0.95% 0.41% -
HSV(B) 30.91º 0.98% 0.8% -
XYZ 29.91 23.22 3.05 -
YUV 124.08 60.8 184.29 -
System Red Green Blue C M Y K H S L
Decimal 203 107 5 0 0.47 0.98 0.20 30.91 0.95 0.41
Hex CB 6B 5 0 2F 62 14 1F 5F 29
Octal 313 153 5 0 57 142 24 37 137 51
Binary 11001011 1101011 101 0 101111 1100010 10100 11111 1011111 101001

Color Harmonies of #CB6B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B05

Black with #CB6B05

Text Example


Text Example

White with #CB6B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B05; }

 p { color: rgb(203,107,5); }

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

background-color css

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

 a { background-color: rgb(203,107,5); }

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

border-color css

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

 span { border-color: rgb(203,107,5); }

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