Html Css Color HEX #C6700B Ochre

📋 copy color: '#C6700B'

red 198 ◦ green 112 ◦ blue 11

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

Shades of Ochre #C6700B

Tints of Ochre #C6700B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

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

R = 61.68%
G = 34.89%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6700B (or 0xC6700B) is known color: Ochre. HEX triplet: C6, 70 and 0B. RGB value is (198,112,11). Sum of RGB (Red+Green+Blue) = 198+112+11=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C6700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6700B is #398FF4. Grayscale: #7E7E7E. Windows color (decimal): -3772405 or 749766. OLE color: 749766.

HSL color Cylindrical-coordinate representation of color #C6700B: hue angle of 32.41º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6700B is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 11 -
CMYK 0 0.43 0.94 0.22
HSL 32.41º 0.89% 0.41% -
HSV(B) 32.41º 0.94% 0.78% -
XYZ 29.14 23.62 3.34 -
YUV 126.2 62.99 179.21 -
System Red Green Blue C M Y K H S L
Decimal 198 112 11 0 0.43 0.94 0.22 32.41 0.89 0.41
Hex C6 70 B 0 2B 5E 16 20 59 29
Octal 306 160 13 0 53 136 26 40 131 51
Binary 11000110 1110000 1011 0 101011 1011110 10110 100000 1011001 101001

Color Harmonies of #C6700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6700B

Black with #C6700B

Text Example


Text Example

White with #C6700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6700B; }

 p { color: rgb(198,112,11); }

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

background-color css

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

 a { background-color: rgb(198,112,11); }

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

border-color css

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

 span { border-color: rgb(198,112,11); }

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